void DBind()
 {
     operbll.GridViewPagerBindbyRowNumber(this.anp_leavel, "SYS_LEAVEWORD", "leaveID", this.hf_where.Value.ToString(), "LEAVEdate desc", this.gv_leavel);
 }
 public void DBind()
 {
     //ControlBindHelper.GridViewPagerBind(this.anp_oper, "SYS_Operator", "operatorID", "", "operatorID", this.gv_oper);
     operbll.GridViewPagerBindbyRowNumber(this.AspNetPager1, "SYS_Operator", "operatorID", "1=1", "operatorID desc", this.GridView1);
 }