本文介绍了如何在母版页中实现updatepanel?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

如果我在母版页中使用ddl(dynamic),超链接,面板等更新面板,则部分页面渲染不起作用.在其他页面中它正在工作.
我的超链接代码:

If I use update panel in master page for ddl(dynamic),hyperlink ,panel etc , the partial page rendering is not working. In other pages it is working.
My code for hyperlink:

<asp:ScriptManager ID="ScriptManager2" runat="server" EnablePartialRendering="true">
  </asp:ScriptManager>


<asp:UpdatePanel ID="UpdatePanel5" runat="server" >
    <ContentTemplate>
    <asp:HyperLink ID="HyperLink1" NavigateUrl="~/registration.aspx" runat="server"

        style="z-index: 1; top: 173px; position: absolute; height: 26px; width: 110px; left: 1081px;">New registration</asp:HyperLink>
    </ContentTemplate>
   </asp:UpdatePanel>

推荐答案


这篇关于如何在母版页中实现updatepanel?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-06 21:08