同一个ASP.NET页面放置多个UpdatePanel分别刷新的解决办法。.
2020-11-16 00:10
阅读:798
标签:style blog http color os width
原文:同一个ASP.NET页面放置多个UpdatePanel分别刷新的解决办法。.
ScriptManager添加EnablePartialRending属性
"ScriptManager1" runat="server" EnablePartialRendering="true">
所有的UpdatePanel需要设置UpdateMode="Conditional":
"UpdatePanel1" runat="server" UpdateMode="Conditional"> "" EventName="Click" />
其他操作是一样,这样,在同一个页面上的多个UpdatePanel可以独自刷新,不会互相影响了!
同一个ASP.NET页面放置多个UpdatePanel分别刷新的解决办法。.,搜素材,soscw.com
同一个ASP.NET页面放置多个UpdatePanel分别刷新的解决办法。.
标签:style blog http color os width
原文地址:http://www.cnblogs.com/lonelyxmas/p/3699516.html
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:同一个ASP.NET页面放置多个UpdatePanel分别刷新的解决办法。.
文章链接:http://soscw.com/index.php/essay/21546.html
文章标题:同一个ASP.NET页面放置多个UpdatePanel分别刷新的解决办法。.
文章链接:http://soscw.com/index.php/essay/21546.html
评论
亲,登录后才可以留言!