コード例 #1
0
ファイル: FrmOgrenci.cs プロジェクト: firatkaraca/obs_project
 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");
 }
コード例 #2
0
ファイル: FrmOgrenci.cs プロジェクト: dogukancaner/E-OKUL
 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ı");
 }
コード例 #3
0
ファイル: FrmOgrenci.cs プロジェクト: ilaydacetinkara/eokul
 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();
 }
コード例 #4
0
 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();
 }
コード例 #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));
 }