I used the AjaxControlToolkit html editor on my page:
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit.HTMLEditor"
TagPrefix="cc1" %>
<cc1:Editor ID="txtjobdesc" runat="server" AutoFocus="False" />
I sent the values to the database as txtjobdesc.Content.Tostring();
But, if I type just a paragraph in the editor it displays the same Description. If i use any Bullets and Highlighted words it displays the bulleted words, Overlapping words below.
How do I make it display as a html description?
pls help me out..