Ejemplo n.º 1
0
 private void BtnGuncelle_Click(object sender, EventArgs e)
 {
     ds.OgrencıGuncelle(txtAd.Text, txtSoyad.Text, byte.Parse(cmbKulüp.SelectedValue.ToString()), c, int.Parse(txtKulupID.Text));
     MessageBox.Show("GÜNCELLENDİ");
 }