Click here to Skip to main content
15,915,603 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Guys!

when i sending a mail in Html format following error occurs:

Source: System.Web
Message: A potentially dangerous Request.Form value was detected from the client (TextBox1="Hello world!").

I write body message in TextBox1.Text="<b>Hello world!";

when i write body message in TextBox1.Text="Hello world!";
no error occurs message sent successfully.

Please help me!

Thank you in advance!
Posted
Updated 13-Oct-11 22:50pm
v6
Comments
Tejas Vaishnav 14-Oct-11 3:56am    
I cant understand when you get error..

Please provide some code and as well as correct your question...

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900