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