System.Web.HttpRequestValidationException A potentially dangerous Request.Form value was detected from the client (txtareaurl=" <!-- Copied from Gen...").
-
Hello friends,I want to assign a 3 lines of text to a textbox. The text is assigned but when i click signout ..it displays this error.. Exception Details: System.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client (txtareaurl="
-
Hello friends,I want to assign a 3 lines of text to a textbox. The text is assigned but when i click signout ..it displays this error.. Exception Details: System.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client (txtareaurl="
Make textbox multiLine true or close Page Validation on page settings of the page
Mikail Çetinkaya . The C# DEveloper
-
Hello friends,I want to assign a 3 lines of text to a textbox. The text is assigned but when i click signout ..it displays this error.. Exception Details: System.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client (txtareaurl="
Add this ValidateRequest="false" into Page directive << >>