关于页面索引

发布于 2024-12-27 14:43:59 字数 306 浏览 0 评论 0原文

我正在使用 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 技术交流群。

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