Getting error : System.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
This is my code html = Server.HtmlEncode(FreeTextBox1.Text) I have done validaterequest=false in the page then also its throwing error.I searched on google but all are saying same thing what i have done.I think it works for v1.1 and v2.0. I have targetframework=4.0.So please provide any idea to solve this error in .net 4.0.
-
This is my code html = Server.HtmlEncode(FreeTextBox1.Text) I have done validaterequest=false in the page then also its throwing error.I searched on google but all are saying same thing what i have done.I think it works for v1.1 and v2.0. I have targetframework=4.0.So please provide any idea to solve this error in .net 4.0.