22.10.09

sys.webforms.pagerequestmanagerservererrorexception

sys.webforms.pagerequestmanagerservererrorexception ERROR

ok, try another simplest way:

asp:ScriptManager ID="ScriptManager1" runat="server" EnablePartialRendering="false"
and also setting the EnableEventValidation="false"
======================================================================================
You may want to try setting ValidateRequest="false" in the Page declaration. It worked for me.

No comments: