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
Loading
Alok UniyalPosted Sep 18, 2012, 1:07 AM
http://stackoverflow.com/questions/4146309/in-a-text-box-in-asp-net-how-to-allow-it
hj jhPosted Sep 17, 2012, 8:31 AM
Alok UniyalPosted Sep 17, 2012, 6:54 AM
I think you are using asp:TextBox for take input in front end. You can use Editor control of Ajax Toolkit.
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/HTMLEditor/HTMLEditor.aspx