现在的位置: 首页 > 综合 > 正文

Setting Page.Header.Title in the codeBehind causes an UpdatePanel to not render after a callback

2013年09月02日 ⁄ 综合 ⁄ 共 400字 ⁄ 字号 评论关闭

Hi Luis,

In the aspx:

<head runat="server">

</head>

<body>

<form id="Form1" runat="server">

<atlas:ScriptManager ID="scriptManager" EnablePartialRendering="true" runat="server" />

<atlas:UpdatePanel ID="UpdatePanel2" runat="server" Mode="Always">

<ContentTemplate>

<asp:placeholder id="phContent" runat="server"></asp:placeholder><br />

</ContentTemplate>

</atlas:UpdatePanel>

</form>

</body>

</html>

 

In
the CodeBehind:

抱歉!评论已关闭.