How we can avoid below mentioned error.... I am using VS.NET 2005 and using AJAX update panel....and getting error and I didn't use Response.Write() anywhere.
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 ' |<html> <head> '. Thanks
