T
tshad
I have a page (which uses masterpages) that displays fine and shows the
trace details.
but when I do a postback to display my GridView, I get the message:
Sys.Webforms.PageRequestManagerParseErrorException: 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.
Dtails: Error parsing ner 'rogress1"));
});
|<div id="__asptrace".
This page works fine until I set Trace="true" in my Page directive.
What would cause this?
It is obviously related to the Server.Trace as it says but how do I fix it?
Thanks,
Tom
trace details.
but when I do a postback to display my GridView, I get the message:
Sys.Webforms.PageRequestManagerParseErrorException: 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.
Dtails: Error parsing ner 'rogress1"));
});
|<div id="__asptrace".
This page works fine until I set Trace="true" in my Page directive.
What would cause this?
It is obviously related to the Server.Trace as it says but how do I fix it?
Thanks,
Tom