Click here to Skip to main content
15,881,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Am using AJAX - script manager,UpdatePanel and timer in aspx webpage,am getting below error when the timer ticks, can any one tell how to solve this.

Microsoft JScript runtime 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.
Details: Error parsing near '
Posted

1 solution

hey refer below link, which have same error as like you.
http://forums.asp.net/t/1392827.aspx[^]
 
Share this answer
 
Comments
kalaivanan from Bangalore, India 1-Jan-13 5:38am    
thanks you , from that link i got this.it working for me
<asp:ScriptManager ID="ScriptManager1" runat="server" EnablePartialRendering="false"/>

EnablePartialRendering="false"
prashant patil 4987 1-Jan-13 5:42am    
hey if this is your solution then you have to vote the answer and accept the answer .welcome

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900