首页 相关文章 DATAGRID分页增加首页、最后一页(源码)

DATAGRID分页增加首页、最后一页(源码)

  1 private void PageCut_Click(Object sender,System.EventArgs e)
   2 {
   3 //取页码跳转标志(上一页,下一页)
   4 String commangArg = ((LinkButton)sender).CommandArgument ;
   5 switch(commangArg)
   6 {
   7 //第一页
   8 case "First":
   9 {
   10 DG_ZONE_CONTENT.CurrentPageIndex = 0;
   11 break;
   12 }
   13 //上一页
   14 ...[ 查看全文 ]

2016-02-19 标签:

DATAGRID分页增加首页、最后一页(源码)的相关文章

手机页面
收藏网站 回到头部