Click here to Skip to main content
15,904,155 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I m getting this error
scenario:
i have one textbox from which onblur function calls which hits server side function and check the validity of password during the postback text Validating complexity...(this message is in div which is under update progress panel) appears, for the first time this functionlaity works fine but during next server side checking it throws js error. and not even go for server side validation.

Line: 5
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 '<style type='text/cs'.


Please help me!!!
Posted

1 solution

It seems your response in not well formed. Check this blog for possible causes and hoe to avoid them - Sys.WebForms.PageRequestManagerParserErrorException - what it is and how to avoid it [^]

Doing a Google search also gives links to many forum where this has been talked about - Google search results[^]

Hope this helps!
 
Share this answer
 
Comments
Member 8128040 23-Jul-13 2:42am    
i m getting this error from web page
Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/6.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.2; Tablet PC 2.0)
Timestamp: Tue, 23 Jul 2013 06:40:48 UTC


Message: 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 '<style type='text/cs'.
Line: 5
Char: 16485
Code: 0
URI: http://localhost/RiskmasterUI/ScriptResource.axd?d=NHiTQJ15slv2v4WKJ8dtqERUt4lh5vRlzdXHXq-tcDaHec1XUBC_eEPZcre9NKg-FGMjfzDvnQmLAX_tf2GneA8rknczKkOLQWoejEdCGEE2KflJ0p3JVnBa8wX6WJaqfgGppw5Oz6T7en_jHkvqPn8GNQq3kJaNttcS6GjiCa2TiuXva6W3JsYVFxG6mUIQ0&t=6119e399
Ankur\m/ 23-Jul-13 9:13am    
Why have you copied your question here? I have already seen your question and then replied.
Did you read the link that I gave?

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