in the textbox when we pass the text within “< >” bracket then it shows the error like
A potentially dangerous Request.Form value was detected from the client (grouplink$txtAddPerson=”
in the textbox when we pass the text within < > bracket then it
Share
You can disable it for a single page;
Or using the web.config for all pages
You might want to HtmlEncode your input to keep you safe from Scriptinserts