protected void Button3_Click1(object sender, EventArgs e) { try { if (TextBox1.Text == "" || TextBox2.Text == "" || TextBox3.Text == "" || TextBox4.Text == "" || TextBox5.Text == "") { MessageBox.Show("Lütfen silinecek personeli seçin"); } else { b1.kullanicisil(GridView1.SelectedRow.Cells[2].Text); SqlDataSource1.SelectCommand = "select adsad,TC,kullanici_tipi,kullanici_ad,kullanici_sifre from kullanicilar "; MessageBox.Show("başarılı"); TextBox1.Text = ""; TextBox2.Text = ""; TextBox3.Text = ""; TextBox4.Text = ""; TextBox5.Text = ""; } } catch (Exception) { MessageBox.Show("Silme işleminde bir sıkıntı oluştu lütfen sistem sorumlusuna bildirin..."); } }