Asp.net Obout网格,如何使用其内置功能在不刷新页面的情况下发布数据?
我在asp中使用这个obout网格,我如何使用ajax来过滤这个网格
我的意思是我会在网格上方有这些字段
名称[......]日期从[......]日期到[ ……] 年 [......]
提交按钮
现在我不想刷新页面来过滤它, 如果我点击提交按钮,网格应该根据条件刷新和过滤,obout 是否提供任何此类功能来将其组件与 jquery 或 ajax 一起使用?
谢谢 阿提夫
i am using this obout grid in asp, how can i use ajax to filter this grid
I mean i would have these fields above the grid
Name [......] Date From [......] Date To[.......]
Year [......]
SUBMIT BUTTON
Now i dont want page refreshing, to filter it,
If i click on submit button, the grid should refresh and filter according to critera, does obout provide any such functionality to use its component with jquery or ajax?
Thanks
Atif
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以使用 AJAX 来实现这一点。
您必须将 gridview 放入更新面板中,并将异步回发触发器添加到 Click 按钮。喜欢...
Yes, you can achieve this with AJAX.
You have to put your gridview in an update panel and add an Asynchronous post back trigger to your Click button. Like...