ajax错误 Sys.WebForms.PageRequestManagerServerErrorException

Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 0

<asp:ScriptManager ID="ScriptManager1"  EnableScriptLocalization="True"  EnablePartialRendering="false" runat="server">

ScriptManager 的属性 EnablePartialRendering 表示是否启用局部重绘。

我处理的页面是一个iframe,需要跳转到其他页面, 不需要局部刷新

posted on 2010-10-22 17:23  myuser  阅读(348)  评论(0)    收藏  举报