AspxGridView分页问题

发布于 2024-11-03 02:21:25 字数 142 浏览 1 评论 0原文

我的页面上有一个 AspxGridView,我在单击按钮时设置了其数据源。当用户单击按钮时,我调用一个方法来设置其 DataSource 和 DataBind() 它。 PageSize 属性设置为 5,但分页不起作用。我能做什么来解决这个问题。

谢谢。

I have an AspxGridView on my page and i set its DataSource on button's click. When the user clicks the button, i call a method to set its DataSource and DataBind() it. PageSize property is set to 5 but paging is not working. What can i do to solve this problem.

Thanks.

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

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

发布评论

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

评论(1

栖迟 2024-11-10 02:21:25

请看一下下面的文章。它解释了为什么会出现此问题以及如何修复它:

为什么可能分页(排序、分组、过滤)在 ASPxGridView 中不起作用?

Please take a look at the following article. It explains why this problem appears and how to fix it:

Why might paging (sorting, grouping, filtering) not work in the ASPxGridView?

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