I am using c# , asp.net.
I have a textbox in which gets pre loaded with the values from DB.
These values contains some special characters Eg.Llúria
I get error -
A potentially dangerous Request.Form value was detected from the client (SBItem:ItemBoxContentsDefinition:SecondaryOptio nSummary:_ctl12:_ctl5="...oger de Llúria, Barcelona...").
What could be the way , I could save it as what it is in textbox ?
Edit 1 : I applied validateRequest=false
still getting same error.
<%@ Page language="c#" AutoEventWireup="false" Inherits="TAN.Pages.BackOffice.BookingManagement.BookingDetails" ValidateRequest="false" %>