在asp.net中的URL中显示寻呼号码?

发布于 2024-11-08 12:56:50 字数 246 浏览 0 评论 0原文

是否可以在asp.net 4.0中的url中显示分页号码?

我有一个列表视图和数据分页器,我正在使用 URL 路由。 因此,当页面加载显示列表视图的第一页时,我希望 url

http://www.shop.com/book/1

为第二页完成分页,然后

http://www.shop.com/book/2

如果可能,请指导我。

Is it possible to show paging number in url in asp.net 4.0?

i have a listview and datapager and i am using Url routing.
So when page load showing first page of listview then i want url to be

http://www.shop.com/book/1

and paging is done for second page then

http://www.shop.com/book/2

if possible then please guide me.

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

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

发布评论

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

评论(1

有深☉意 2024-11-15 12:56:50

您需要修改 Datapager 的模板来调整呈现 URL 的方式。这篇MSDN 上的文章有很多内容的细节。

You need to modify the templates for the Datapager to adjust how to renders the URL. This article on MSDN has a lot of detail.

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