I have a form that have many text fields and all are being validated, I also added the NiceEdit plugin to be able to format text in my text areas, but it is raising errors like:
A potentially dangerous Request.Form value was detected from the client
Now I can simply go to the top of the page and in the page directive add ValidateRequest="false"
but this will deprive me from all the validation that I really need, so how can I switch validation OFF for my text areas ???
VB.net, ASP.net 3.5, VWD 2008 Express...
Thanks