protected override ResultStatus Retrieve() { base.Retrieve(gcMain); gcMain.DataSource = daoDZ0112.ListUTPByTxnAndDpt(ddlTxnId.EditValue.AsString(), ddlDept.EditValue.AsString()); //gvMain.TrimAllCell(); gcMain.Focus(); return(ResultStatus.Success); }
public DataTable ListUTPByTxnAndDpt(string UTP_TXN_ID, string DPT_ID) { return(daoDZ0112.ListUTPByTxnAndDpt(UTP_TXN_ID, DPT_ID)); }