Exemplo n.º 1
0
 private void BtnGuncelle_Click(object sender, EventArgs e)
 {
     ds.OgrenciGuncelle(TxtAd.Text, TxtSoyad.Text, byte.Parse(comboBox1.SelectedValue.ToString()), c, int.Parse(TxtID.Text));
     MessageBox.Show("Öğrenci Bilgileri Güncellendi");
 }
Exemplo n.º 2
0
 private void btnguncelle_Click(object sender, EventArgs e)
 {
     ds.OgrenciGuncelle(Txtograd.Text, Txtogrsoyad.Text, byte.Parse(Cmbogrkulup.SelectedValue.ToString()), c, int.Parse(Txtogrıd.Text));
     MessageBox.Show("Güncelleme İşlemi Tamamlandı");
 }
Exemplo n.º 3
0
 private void BtnGuncelle_Click(object sender, EventArgs e)
 {
     ds.OgrenciGuncelle(TxtAd.Text, TxtSoyad.Text, byte.Parse(comboBox1.SelectedValue.ToString()), c, int.Parse(TxtID.Text));
     dataGridView1.DataSource = ds.OgrenciListesi();
 }
 private void BtnGuncelle_Click(object sender, EventArgs e)
 {
     ds.OgrenciGuncelle(TxtAd.Text, TxtSoyad.Text, byte.Parse(comboBox1.SelectedValue.ToString()), c, byte.Parse(TxtID.Text));
     liste();
 }
Exemplo n.º 5
0
 private void BtnGuncelle_Click(object sender, EventArgs e)
 {
     ds.OgrenciGuncelle(TxtOgrenciadi.Text, TxtOgrenciSoyadi.Text, byte.Parse(CmbKulup.SelectedValue.ToString()), c, int.Parse(TxtOgrenciid.Text));
 }