A
Abubakar
Hi,
I'm working on an application whose code was written by some other developer
and I dont completely understand its source code right now. In one of the
pages where I'm writing a test code, at the end of the Page_Load event I
write a simple following line:
if (IsPostBack)
{
Response.Write("say");
}
If I write this code, than this page gives the following error in a message
box:
"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 'say1415|updatePanel|'."
What does this mean and how can I fix this? In a normal new asp.net project
that I make and if I write the same code as above, this gets executed fine.
Regards,
...ab
I'm working on an application whose code was written by some other developer
and I dont completely understand its source code right now. In one of the
pages where I'm writing a test code, at the end of the Page_Load event I
write a simple following line:
if (IsPostBack)
{
Response.Write("say");
}
If I write this code, than this page gives the following error in a message
box:
"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 'say1415|updatePanel|'."
What does this mean and how can I fix this? In a normal new asp.net project
that I make and if I write the same code as above, this gets executed fine.
Regards,
...ab