J
Josh Sale
In the application that I'm developing, I stuff the XMLData from a
client-side spread sheet into a hidden text control so that I can process it
in my ASP.Net code on the server.
However, unless I disable request validation on the page, I get the
following error message:
A potentially dangerous Request.Form value was detected from the client
My question is, is there some other way of getting the xml from the client
to the server code that will bypass this error message? I'd rather not
disable request validation for obvious reasons.
TIA,
josh
p.s. Sorry for the previous post. The message got sent before it was
complete.
client-side spread sheet into a hidden text control so that I can process it
in my ASP.Net code on the server.
However, unless I disable request validation on the page, I get the
following error message:
A potentially dangerous Request.Form value was detected from the client
My question is, is there some other way of getting the xml from the client
to the server code that will bypass this error message? I'd rather not
disable request validation for obvious reasons.
TIA,
josh
p.s. Sorry for the previous post. The message got sent before it was
complete.