关于页面索引
我正在使用 obout 网格,我想知道 obout 相当于 PageIndex 是什么?
例如,使用 Visual Studio 的 GridView,我会说:
if (Session["PageIndex"] != null && !string.IsNullOrEmpty(Session["PageIndex"].ToString())) Grid1.PageIndex = (int)Session["PageIndex"];
但是; obout 没有名为“PageIndex”的属性。相当于什么?
I'm using an obout grid and I wanted to know, what is the obout equivalent to PageIndex?
For example, using Visual Studio's GridView, I would say:
if (Session["PageIndex"] != null && !string.IsNullOrEmpty(Session["PageIndex"].ToString())) Grid1.PageIndex= (int)Session["PageIndex"];
However; obout doesn't have a property called "PageIndex". What would be the equivalent?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://www.obout.com/grid/grid_paging.aspx
http://www.obout.com/grid/doc_server_side_grid.aspx#grid_tips_paging
属性称为“CurrentPageIndex”
更改页面:
http://www.obout.com/grid/grid_paging_client.aspx
http://www.obout.com/grid/grid_paging.aspx
http://www.obout.com/grid/doc_server_side_grid.aspx#grid_tips_paging
Property is called "CurrentPageIndex"
Change pages with :
http://www.obout.com/grid/grid_paging_client.aspx