-1

Tag not supporting in Asp.Net Textbox (for example : I write <something> inside a Textbox then nothing works, everything breaks)

Clear ex: I have a Textbox in asp.net page and inside the textbox i wrote <satyam>. Then it is not working. but if i write in a normal way for example: " hello ", then evrything works fine.

Can you suggest me what's wrong?

Irvin Dominin
  • 30,819
  • 9
  • 77
  • 111
Satyam Gupta
  • 51
  • 1
  • 6

1 Answers1

0

This was because .NET detected something in the entered text which looked like an HTML statement

You can also refer this link

A potentially dangerous Request.Form value was detected from the client

http://www.codeproject.com/Tips/297679/A-potentially-dangerous-Request-Form-value-was-det

Community
  • 1
  • 1
Rashid
  • 293
  • 4
  • 14