标签:style blog http color os width
原文:同一个ASP.NET页面放置多个UpdatePanel分别刷新的解决办法。.
<asp:ScriptManager ID="ScriptManager1" runat="server" EnablePartialRendering="true"> </asp:ScriptManager>
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional"> <ContentTemplate> </ContentTemplate> <Triggers> <asp:AsyncPostBackTrigger ControlID="" EventName="Click" /> </Triggers> </asp:UpdatePanel>
同一个ASP.NET页面放置多个UpdatePanel分别刷新的解决办法。.,码迷,mamicode.com
同一个ASP.NET页面放置多个UpdatePanel分别刷新的解决办法。.
标签:style blog http color os width
原文地址:http://www.cnblogs.com/lonelyxmas/p/3699516.html