Is there a way to prevent the error "A potentially dangerous Request.Form value was detected from the client" other than setting ValidateRequest="false"
?
Update: I removed the "on the page" part. I'd like to not use ValidateRequest="false"
at all, on the page or in web.config.
1 You can also add javascript validation on your input
2 You can Add Custom Validator