asp:datapager控件什么时候派上用场?
大家好,
我真的很想知道,
datapager控件什么时候在asp.net中派上用场?
使用 datapager 的控件列表?
Hai guys,
I really want to know ,
when does datapager control comes handy in asp.net?
List of controls that uses datapager?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
DataPager 控件与新的ListView 控件一起使用。通过将其从主数据绑定控件中分离出来,您可以将其放置在您想要的任何位置 - 这让您更具创造力。查看 Scott Mitchell 的这个由 10 部分组成的系列,其中包含有关 ListView 用法的详细信息:
https://web.archive.org/web/20210125144848/http://www.4guysfromrolla.com/articles/021308-1.aspx
您还可以使用它来改善您的搜索引擎优化:
https://web.archive.org/web/20211029044137/https://www.4guysfromrolla.com/articles/010610-1.aspx
有几个问题需要注意:
http://leedumond.com/blog/resetting-the-page -列表视图中的索引/
The DataPager control is used with the new ListView control. By factoring it out of the main databinding control, you can position it wherever you want - which lets you be a little more creative. Check out this 10-part series from Scott Mitchell which includes details on its usage with the ListView:
https://web.archive.org/web/20210125144848/http://www.4guysfromrolla.com/articles/021308-1.aspx
You can also use it to improve your SEO:
https://web.archive.org/web/20211029044137/https://www.4guysfromrolla.com/articles/010610-1.aspx
There are a few issues to look out for:
http://leedumond.com/blog/resetting-the-page-index-in-a-listview/