ı want to update datagritview in c# . ı need to this codes.firt ı use edit and ı will edit after the termineting ı click save how can ı write ı use the access database
my last codes but can not work
urun = comboBox1.Text;
boyut = comboBox1.Text;
model = model1.Text;
sayi = sayi1.Text;
aciklama = aciklama1.Text;
baglan.Open();
veri = new OleDbCommand("UPDATE stok set urun='" + urun + "',model='" + model + "',sayi='" + sayi + "',boyut='" + boyut + "',aciklama='" + aciklama + "' where no= " + no + ";", baglan);
veri.ExecuteNonQuery();
baglan.Close();