Beispiel #1
0
 protected override void BindOtherValue()
 {
     DonVi.BindData(DepartmentServices.GetList().ToList <object>(), "DepartmentID", "DepartmentName", "DepartmentGroupName");
 }
Beispiel #2
0
 protected override void BindValueToPageControls()
 {
     DonVi.BindData(DepartmentServices.GetList(), "DepartmentID", "DepartmentName");
 }