|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Textbox errorHi,
I am getting the following error when i place "<a>" text in a text box and submits the value.. "A potentially dangerous Request.Form value was detected from" Thanks and Regards, Vishesh. hi vyas,
Thats because of the security feature provided by dotnet net to prevent Cross-site scripting attacks, so for this certain characters will be prevented from being passed through the text box. If you wish to disable this feature set validateRequest=false in the Page directive or in the configuration file. else manually validate the text entered in the textbox before submitting. Hope this helped Kannan.V Show quoteHide quote "Vishesh Vyas" wrote: > Hi, > I am getting the following error when i place "<a>" text in a text box and > submits the value.. > > "A potentially dangerous Request.Form value was detected from" > > Thanks and Regards, > Vishesh. > > >
How to implement a property like ControlToValidate property?
Adding Event Handler to Dynamically added Controls Copy Paste label textbox aspx code TabStrip/Multipage using UserControl (.ascx) contained within a UserControl(.ascx) createuserwizard refuese to add users due to password Treeview IE Web Control and Mac Any Descent Gantt Chart ASP.NET Webform Components? Client side dynamic graphing problem Submit Form on Enter Pressed Enable/Disable a control via JavaScript? |
|||||||||||||||||||||||