tags:

views:

21

answers:

0

when i am running my project in IE,it is showing error,

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 '

i am compressing viewstate,because my viewstate is storing large amount of value.can this be the reason for this.

or any other reason for this to occurs.