Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi when i sending the mail in locally through c# code mail is delivered fine after that i got this 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.

thanks
Posted
Comments
[no name] 21-Feb-12 8:20am    
Are you using an UpdatePanel? The error is not with sending the email, it appears to be with the partial page postback.
Varun Sareen 21-Feb-12 23:22pm    
[Solution removed as this is a query not a solution]

First of all please show your code, means what you have done so far, and also notify where you got this error..

and also check what Mark say,you might got that error because of Update panel also...

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