KullaniciEkle kekle = (KullaniciEkle)Application.OpenForms[“KullaniciEkle”];kekle.txtdepartman.Text = gridView1.GetFocusedRowCellValue(“DEPARTMAN”).ToString();kekle.lbldepid.Text = gridView1.GetFocusedRowCellValue(“ID”).ToString();
Logo SQL
Comments are closed