Ejemplo n.º 1
0
 private void BtnGuncelle_Click(object sender, EventArgs e)
 {
     ds.OgrenciGuncelleme(TxtAd.Text, TxtSoyad.Text, byte.Parse(comboBox1.SelectedValue.ToString()), c, int.Parse(TxtID.Text));
     MessageBox.Show("Ogrenci Guncellendi", "Bilgi", MessageBoxButtons.OK, MessageBoxIcon.Information);
 }