Capture the server response using tools like Fiddler and inspect it.
Chetan Sastry
2009-03-26 05:15:41
Capture the server response using tools like Fiddler and inspect it.
You might be using response.write, server.transfer or similar within updatepanel; avoid that.
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 '
Solution
take out button from update panel. then your problem solve.