Пример #1
0
 public void loadIdentification(int id)
 {
     adminTableAdapters.GetIdentificationsTableAdapter identification = new adminTableAdapters.GetIdentificationsTableAdapter();
     admin.GetIdentificationsDataTable tblID = identification.GetIdentificationDetails(id);
     if (tblID.Rows.Count > 0)
     {
         txtDescription.Value = tblID[0].datDescription.ToString();
         this.editskip.Value  = "2";
     }
 }