I've been grappling with an issue related to a week-long problem that involves the error message
System.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client
. This issue arises specifically when dealing with multiline textboxes. I attempted to resolve it by adding the property "Validation Request=false" in both the page header and web.config file, but unfortunately, this solution did not work as expected. Can someone please provide assistance?
The challenge I am facing is related to saving the <span></span>
tag using a multiline textbox into a database. This problem only occurs during this specific scenario, otherwise, the system functions correctly.