string sorgu = "delete from yasampencerem where kimlik_id=" + textBox1.Text + ""; OleDbCommand komut = new OleDbCommand(sorgu, baglanti); baglanti.Open(); komut.ExecuteNonQuery(); baglanti.Close(); dataGridView1.DataSource = Listele(); textBox1.Clear();