Ajax error: problem displaying Label in UpdatePanel
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I'm having a problem displaying a Label control in a FormView which is within an UpdatePanel. The Label displays fine if the FormView is moved out of the UpdatePanel. I'm getting the 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. which I know is an Ajax error. I'm running Ajax 1.0 I see that quite a lot of people are experiencing the same error but so far none for the same reason as me.