Updatepanel无法正常工作

时间:2014-04-18 07:38:06

标签: c# asp.net asp.net-ajax ajaxcontroltoolkit

我的aspx页面中有一个updatepanel,它在本地服务器上运行正常,但是当我在远程服务器上部署它时,它无效。它没有给出任何错误,也没有提供令人耳目一新的页面。我该做什么?    1.页面在本地服务器上正常工作    2.远程服务器没有响应。没有错误,没有页面刷新,没有任何反应。    3.使用Asp.net 4.0,system.web.extencion版本4.0.0.0和ajaxtoolkit版本4.1.60623.0

提前致谢。代码如下。

<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional">
   <ContentTemplate>
   // all stuff here with all's autopostback property to true
   </ContentTemplate>
   </asp:UpdatePanel> 

我没有使用,但它在本地工作正常。  partialpage refresh属性也设置为true。 请帮帮我。

0 个答案:

没有答案