using html

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hiye, in my text box i would like to add some html codes e.g <b></b> to bold text and such. but i keep getting some asp.net errors, so what must i do to achive that

simon
 
One of the enhancements in 1.1 is the new "ValidateRequest" feature that
provides automatic detection and blocking of suspicious looking data. This
is a feature to prevent HTML injection and other such attacks.
Here's more info:
http://weblogs.asp.net/vga/archive/2003/05/02/6329.aspx
http://www.asp.net/faq/RequestValidation.aspx
http://groups.google.com/groups?q="[email protected]&rnum=1

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net



smen said:
hiye, in my text box i would like to add some html codes e.g <b></b> to
bold text and such. but i keep getting some asp.net errors, so what must i
do to achive that?
 
Back
Top