I have a wysiwyg editor on my page and its content contains '<' character. Is there a way to handle this error without turning off validateRequest

I am using a custom framework and my page is a webcontrol (.ascx) in it, so I can't turn off validation only for that page; I have to do it for whole site. Simply I don't want to turn it off just because of one page with wysiwyg editor.

Is there a way to make it work without turning the validation off?

0

There are 0 best solutions below