Cipher
10-26-2005, 10:41 PM
When i try to get values with tags ie:"<HTML>", "<Script>" from TextBox i get this error
A potentially dangerous Request.Form value was detected from the client (TextBox="<html></html>").
any idea about how to avoid this?!
Brandoe85
10-26-2005, 10:53 PM
Heres (http://www.asp.net/faq/RequestValidation.aspx#3) an article that nikkiH posted in this thread (http://www.codingforums.com/showpost.php?p=358242&postcount=13) that has a good explaination.
Good luck
Cipher
10-26-2005, 11:34 PM
Thank you too much, i think my problem that i'm not good at search the net :)
priyanka
10-28-2005, 03:08 AM
Hi,
Looks like you are new to ASP.Net. Whenever you get any error message just type the entire thing on google. It will display you the exact information what you are looking for. :)
Cipher
10-28-2005, 03:49 AM
Thanks alot for you help, i allready found it, if some one needs the code can ask :)