N
Nick
Hey there,
I'm trying to get a textbox (using ASP.NET / VB.NET) to display XML
without freaking out the browser afterwards.
Currently I have the textbox displaying the XML fine, but that's when
things go funny, the second another postback occurs it complains. I thought
that a textbox would have it's contents escaped in on way or another,
obviously not, any idea how I can get the page to ignore it's contents? I
don't want it to use the contents for anything, it's just for the users
convenience.
Error: Sys.WebForms.PageRequestManagerParserErrorException: The message
recieved from the server could not be parsed. Common cause for this error
are when the response is modified by calls to Response.Write(), response
filters, HttpModiles, or server trace is enabled.
Cheers in advance for your time!
Nick.
I'm trying to get a textbox (using ASP.NET / VB.NET) to display XML
without freaking out the browser afterwards.
Currently I have the textbox displaying the XML fine, but that's when
things go funny, the second another postback occurs it complains. I thought
that a textbox would have it's contents escaped in on way or another,
obviously not, any idea how I can get the page to ignore it's contents? I
don't want it to use the contents for anything, it's just for the users
convenience.
Error: Sys.WebForms.PageRequestManagerParserErrorException: The message
recieved from the server could not be parsed. Common cause for this error
are when the response is modified by calls to Response.Write(), response
filters, HttpModiles, or server trace is enabled.
Cheers in advance for your time!
Nick.