Example #1
0
        protected override ResultStatus Retrieve()
        {
            base.Retrieve(gcMain);

            string dptID = ddlDept.EditValue.AsString();

            gcMain.DataSource = daoZ0019.ListUTPByDept(dptID);

            return(ResultStatus.Success);
        }
Example #2
0
 public DataTable ListUTPByDept(string UPF_DPT_ID)
 {
     return(daoZ0019.ListUTPByDept(UPF_DPT_ID));
 }