如何在.NET 2.0中实现asp:DataList的分页?
我花了几个小时研究这个问题,只是想分享一个解决方案,以防您需要在 .NET 2.0 中实现 asp:DataList 分页。
我的具体要求是具有“上一页”和“下一页”链接以及页码链接。
I spent hours researching the problem, and just want to share a solution in case you ever need to implement paging for asp:DataList in .NET 2.0.
My specific requirement was to have "Previous" and "Next" links and page number links.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我将此问题从问题中移走,因此它不会显示为“未答复”...
本文中的 PagedDataSource 解决方案 是解决此问题的最优雅、最简单的解决方案。
如果您有更好的解决方案,请在此处发布。
ps 我与该网站没有任何关联。
I moved this from the question, so it doesn't appear as "Not Answered"...
PagedDataSource solution in this article was the most elegant and simple solution for this problem.
If you have a better solution - post it here please.
p.s. I'm not affiliated with that website in any way.