I'm wanting to allow users to enter HTML in only a single TextBox. I understand it's possible to change ValidateRequest
in the page directive to false in order to remove protection.
I'm guessing that this allows HTML to be entered in any TextBox on the page. Is there anyway to apply ValidateRequest="false"
on only a single control?
Thanks for any help.