Posted on: 9/10/2014 5:25:56 AM | Views : 407

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 ' <!DOCTYPE html> '.
Its a ajax enabled page.
I am getting this error only in IE 11. In other browsers its working.

Go to the complete details ...