views:

88

answers:

1

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..

A: 

if using sql set the datattype of the column to text. Sql2005/2008, i am sure . earlier version not sure

Amit Ranjan