Friday, January 05, 2007

This means that you can’t post values containing HTML or script tags.  So when you have an ASP.Net page with a textbox on it, and your users enters something like

And then the user press a submit button, they get this error.
More info about this can be found here.

Just change the page-directive on top of your page by adding the tag "validateRequest".  Set this tag to false and your users are able to add HTML tags in your textbox.

1/5/2007 10:21:40 AM (Romance Standard Time, UTC+01:00)  #     |