I want to insert HTML tags in database from c#.I tried using Server.HTMLEncode but when I click on save button then it is not getting called.
Hi, I have 1 web application in c#.Simple problem is to insert the HTML tags like "<" and ">" in database from front end.
When i write this in text box & then press button to save, it is not getting called but if I remove it then it works fine.
Also note that I tried this using HTMLEncode method as well...
Kindly give suggestion for the same