ValidateRequest ="false" for single input
Posted
by ajbeaven
on Stack Overflow
See other posts from Stack Overflow
or by ajbeaven
Published on 2010-03-18T01:02:29Z
Indexed on
2010/03/18
1:11 UTC
Read the original article
Hit count: 237
ASP.NET
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.
© Stack Overflow or respective owner