protected override void BindValueToPageControls() { NhomDonVi.BindData(DepartmentGroupServices.GetList(), "DepartmentGroupID", "DepartmentGroupName"); }
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"); }