Posted on: 12/31/2014 10:42:07 AM | Views : 637

I have a textbox which uses the CKeditor functionality. The issue is that, when I add the text and links in the textboxes and submit it. I can the see the HTML tags also in the gridview like this
What I want it that, whenever the data is added, it should hide/ make invisible the HTML tags. Also see the HTML code for the textbox.
<ckeditor:ckeditorcontrol id="txtreportdescription" basepath="/ckeditor/" runat="server">


Go to the complete details ...