如何在母版页中实现updatepanel? [英] how to implement updatepanel in master page?

查看:57
本文介绍了如何在母版页中实现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>

推荐答案

检查其他无法正常运行的页面是否具有ScriptManager
check other pages which not working has ScriptManager or not


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

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