Help in HTML tags entry in SQL server
-
Hi! I m developing an application in C# asp.net....when i give value like in my text box and then insert it into sql server by using insert query ....it gives exception message A potentially dangerous REquest.Form value was detected from the client is there any way to insert values like this coz i have to do it must
-
Hi! I m developing an application in C# asp.net....when i give value like in my text box and then insert it into sql server by using insert query ....it gives exception message A potentially dangerous REquest.Form value was detected from the client is there any way to insert values like this coz i have to do it must
Before submitting from webpage call JavaScript escape() and submit. You can apply UrlDecode to retrieved the contents back on the server.
Vasudevan Deepak Kumar Personal Homepage Tech Gossips