}
pageList.Items.Add(item);
}
}
if (pageLabel != null)
{
int currentPage = CustomersGridView.PageIndex + 1;
pageLabel.Text = "当前页: " + currentPage.ToString() +
" / " + CustomersGridView.PageCount.ToString();
}
}
|
![]() |
|
| .Net技术首页 | .NET Framework | Asp.Net开发 | C#语言 | VB.Net语言 | Web Service开发 | 数据库应用 | 报表/图形/Office | E-mail专题 | Windows开发 | XML应用 | 安全和优化 | 安装和部署 | 文件IO | 算法/线程 | 组件控件开发 | 远程及网络应用 | 面向对象编程 | 评论及其它 | 分类 | 专题 | 留言本 | 投稿 | 搜索 |
}
pageList.Items.Add(item);
}
}
if (pageLabel != null)
{
int currentPage = CustomersGridView.PageIndex + 1;
pageLabel.Text = "当前页: " + currentPage.ToString() +
" / " + CustomersGridView.PageCount.ToString();
}
}