Invalid Characters | SQL Server Performance Forums

SQL Server Performance Forum – Threads Archive

Invalid Characters

Hi There… I have one column with datatype text. When I try to edit record form application side and insert “<br>” characters it gives me error:
“A potentially dangerous Request.Form value was detected from the client (mpEdit:txtMediaAttendance="’Test<br>").” But when I enter the same “<br>” from query analyzer it works fine. Any Clue what can be the reason for this?
Thanks
Danny

This is something on ASP.NET (application layer) side, see this bloghttp://www.mikeschinkel.com/blog/apotentiallydangerousrequestformvaluewasdetected/ on relevant informatin. Satya SKJ
Microsoft SQL Server MVP
Writer, Contributing Editor & Moderator
http://www.SQL-Server-Performance.Com
This posting is provided AS IS with no rights for the sake of knowledge sharing. The greatest discovery of my generation is that a human being can alter his life by altering his attitudes of mind.
Thanks alot !!!That helped..
]]>