Пример #1
0
 private void loadDataTable()
 {
     GridView1.DataSource = context.sp_SelectUnit(companyId, branchId);
     GridView1.DataBind();
 }