如果页数 = 1,则隐藏 DataPager
如果只有一页数据,如何隐藏 DataPager?
在 DataPager 事件中,我有一个 asp:Button
,单击它会获取记录。
有时只有一条记录,如果有一条记录,我需要隐藏寻呼机。
它可以在回发时完成,但我不知道页数的属性是什么。
How do I hide the DataPager if there is only one page of data?
In the DataPager events I have a asp:Button
when clicked it gets records.
Sometimes there will be only one record and I need to hide the pager if there is one record.
It could be done on postback but I don't know what property is for the page count.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MSDN 上有一篇博客文章涵盖了该主题:
只有一页数据时如何隐藏 DataPager 控件
There is a blog article on MSDN that covers this topic:
How to hide a DataPager control when there is only one page of data