Beispiel #1
0
 protected override void BindValueToPageControls()
 {
     NhomDonVi.BindData(DepartmentGroupServices.GetList(), "DepartmentGroupID", "DepartmentGroupName");
 }
Beispiel #2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     DanhSachNhomDonVi.BindData(DepartmentGroupServices.GetList(isShowStatistic: true));
     DanhSachLoaiVanBan.BindData(DocumentCategoryServices.GetList());
 }
Beispiel #3
0
 protected override void GetDataList()
 {
     BaseCollection = DepartmentGroupServices.GetList();
 }
Beispiel #4
0
 protected override void BindOtherValue()
 {
     TuNgay.Text  = new DateTime(DateTime.Now.Year, 1, 1).ToDateString();
     DenNgay.Text = DateTime.Now.ToDateString();
     NhomDonVi.BindData(DepartmentGroupServices.GetList(), "DepartmentGroupID", "DepartmentGroupName");
 }