Problem is submiting some HTML codes !
-
Hi there, I've an TextArea in my WebForm ( in WebApplication ). The user should be able to write some HTML codes in the TextArea. Every time i want to submit the form i get an error :( The error says:" A potentially dangerous Request.Form value was detected from the client (TextEditor="
HadiHadi in the TextArea. How can i solve this problem ?! Regards, Hadi
-
Hi there, I've an TextArea in my WebForm ( in WebApplication ). The user should be able to write some HTML codes in the TextArea. Every time i want to submit the form i get an error :( The error says:" A potentially dangerous Request.Form value was detected from the client (TextEditor="
HadiHadi in the TextArea. How can i solve this problem ?! Regards, Hadi
Hi Hadi, Request validation was added as a new feature in ASP.NET 1.1 to protect servers from malicious data entry. To learn more, and how to turn it off for your page, read: http://www.asp.net/faq/RequestValidation.aspx Datagrid Girl Day Job, CP!: http://www.codeproject.com Datagrid Stuff: http://www.datagridgirl.com
-
Hi Hadi, Request validation was added as a new feature in ASP.NET 1.1 to protect servers from malicious data entry. To learn more, and how to turn it off for your page, read: http://www.asp.net/faq/RequestValidation.aspx Datagrid Girl Day Job, CP!: http://www.codeproject.com Datagrid Stuff: http://www.datagridgirl.com
Thanks alot Marcie :) :rose: Now, It works fine ! Regards, Hadi