自定义分页&排序网格视图
我正在实施自定义排序和我的 gridview 的分页。让我困惑的是,
- 为什么我们必须指定对象数据源的过滤列和过滤列?总计计数方法中过滤列值(选择参数) ?
I am implementing custom sorting & paging for my gridview. On thing that baffles me is that
- Why do we have to specify object datasource's filter column & filter column value (select parameters) in the total count method ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,
您必须指定 selectmethod、CountMethod、Select Paramenter、SorExpression、Type name。
在选择方法中,您必须在触发查询的地方提供静态 - 共享方法名称。
类别声明
yes,
you have to specify selectmethod, CountMethod, Select Paramenter, SorExpression, Type name.
In select method you have to give Static - shared Method name where you have fired the query.
CLASS DECLARATION