asp:datapager控件什么时候派上用场?

发布于 2024-08-18 15:16:50 字数 122 浏览 11 评论 0原文

大家好,
我真的很想知道,

  1. datapager控件什么时候在asp.net中派上用场?

  2. 使用 datapager 的控件列表?

Hai guys,
I really want to know ,

  1. when does datapager control comes handy in asp.net?

  2. List of controls that uses datapager?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

热鲨 2024-08-25 15:16:50

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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文