private int wpDoctor_EventPaging(EventPagingArg e) { BindingDataDoctor(wpDoctor.PageIndex); return(wpDoctor.TotalRows); }
//分页事件 private int wp_EventPaging(EventPagingArg e) { BindPagedData(wp.PageIndex, GetFilterContidition()); return(_recordCount); }