如何在ASP.NET页面中创建分页 [英] How to create pagination in asp.net page

查看:83
本文介绍了如何在ASP.NET页面中创建分页的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在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 ?

推荐答案

使用带有内置分页功能的转发器控件而不是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[^]


这篇关于如何在ASP.NET页面中创建分页的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆