GridView-选择命令+ AsynPostBack [英] GridView - Select Command + AsynPostBack

查看:137
本文介绍了GridView-选择命令+ AsynPostBack的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何通过更新面板内部的GridView中的SELECT命令实现AsynPostBack?

How to achieve AsynPostBack from a SELECT command in a GridView which is inside update panel ?

推荐答案

只需将Gridview放在updatepanel内,所有的gridview操作都将发生异步(包括选择).



您可以使用GridView控件中的选择链接按钮字段为UpdatePanel设置AsyncPostBackTrigger.

你有尝试过吗?您遇到什么问题?
Just put the Gridview inside updatepanel and all the gridview operations will occur async (including select.)

OR

You can set an AsyncPostBackTrigger for an UpdatePanel with select link button field from an GridView control.

Did you try that? What issue you got?


这篇关于GridView-选择命令+ AsynPostBack的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆