• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

在ASP.NET页面创建分页

用户头像
it1352
帮助1

问题说明

我在asp.net页中使用了div而不是gridview来显示值列表.我想为该页面设置分页.我如何设置分页?

i used div instead of gridview in my asp.net page to display list of values. i want to set pagination for that page. How can i set pagination ?

正确答案

#1
使用带有内置分页功能的转发器控件而不是div可能会更好.如果您使用的是div并手动填充数据,则还需要手动处理分页要求.
You may be better off using a repeater control with the built in paging capability instead of a div. If you are using a div and manually populating data into it then you will also need to manually handle the paging requirements.
我能知道使用DIV而不是任何数据控件的背后的原因是什么? .如果可以使用任何数据控件(GridView,Repeater),则可以轻松获得这些功能的灵活性.

如果您仍想使用DIV,则需要以编程方式保存值并按此显示下一页记录.

您可以检查以下页面,它是使用GridView完成的,但是您也可以轻松地将其转换为DIV.

http://www.dotnettwitter.com/2011/05/database-pagination- in-gridview-using_08.html [ ^ ]

http://www.dotnettwitter.com/2011/05/database-pagination- in-gridview-using.html [ ^ ]
Can I know what is the rational behind using DIV instead of any data control. If you can use any data control (GridView, Repeater) you can get the flexibility of those functionalities easily.

If you still wanted to use DIV, you need to programatically hold values and show the next page records as per.

You can check the following page, it is done with GridView but you can easily convert it to DIV also.

http://www.dotnettwitter.com/2011/05/database-pagination-in-gridview-using_08.html[^]

http://www.dotnettwitter.com/2011/05/database-pagination-in-gridview-using.html[^]

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /reply/detail/tanhcfijfb
系列文章
更多 icon
同类精品
更多 icon
继续加载