Tuesday, June 23, 2009

Error: Sys.WebForms.PageRequestManagerParserErrorException:

Error: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.

change this <asp:ScriptManager ID="ScriptManager1" runat="server" />
to this <asp:ScriptManager ID="ScriptManager1" runat="server" EnablePartialRendering="false" />
this may fix your problem

No comments: