A potentially dangerous Request.Form value was detected from the client

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:
 
Top