Validation of HTML input

  • Thread starter Thread starter anonymou
  • Start date Start date
A

anonymou

I have a portal-like site where I cannot use the @ Page
validateRequest=false approach for bypassing HTML input
because it would affect all pages of the site. Does
anyone have a work-around for allowing HTML input only on
specific boxes? I was thinking I could encode the
content before it is posted to the server.

Thank you in advance.
 
How would it affect all the pages of the site when it only works for the page you put it in?
 
Back
Top