Ejemplo n.º 1
0
 private void btngüncelle_Click(object sender, EventArgs e)
 {
     ds.OgrGüncelle(txtad.Text, txtsoyad.Text, int.Parse(cmbkulüp.SelectedValue.ToString()), c, int.Parse(txtid.Text));
     MessageBox.Show("Öğrenci güncelleme işlemi başarılı", "Bilgi", MessageBoxButtons.OK, MessageBoxIcon.Information);
 }