Beispiel #1
0
 private void BtnGuncelle_Click(object sender, EventArgs e)
 {
     ds.Ogrenciguncelleme(Txtograd.Text, txtogrsoyad.Text, byte.Parse(cmbkulup.SelectedValue.ToString()), c, int.Parse(txtOGRİD.Text));
     MessageBox.Show("Güncelleme yapılmıştır.");
 }