Esempio n. 1
0
 protected override void GetDataList()
 {
     BaseCollection = AgencyGroupServices.GetList();
 }
Esempio n. 2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     DanhSachNhomDonVi.BindData(AgencyGroupServices.GetList(isShowStatistic: true));
     DanhSachLoaiVanBan.BindData(DocumentCategoryServices.GetList());
 }
Esempio n. 3
0
 protected override void BindOtherValue()
 {
     TuNgay.Text  = new DateTime(DateTime.Now.Year, 1, 1).ToDateString();
     DenNgay.Text = DateTime.Now.ToDateString();
     NhomDonVi.BindData(AgencyGroupServices.GetList(), "AgencyGroupID", "AgencyGroupName", "Tất cả");
 }
Esempio n. 4
0
 protected override void BindValueToPageControls()
 {
     NhomDonVi.BindData(AgencyGroupServices.GetList(), "AgencyGroupID", "AgencyGroupName");
 }