G Guest Mar 22, 2004 #1 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
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
S Steve C. Orr [MVP, MCSD] Mar 22, 2004 #2 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 Click to expand... bold text and such. but i keep getting some asp.net errors, so what must i do to achive that?
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 Click to expand... bold text and such. but i keep getting some asp.net errors, so what must i do to achive that?