html editor properties
Posted
by Ranjana
on Stack Overflow
See other posts from Stack Overflow
or by Ranjana
Published on 2010-05-26T11:34:21Z
Indexed on
2010/05/26
11:41 UTC
Read the original article
Hit count: 449
i have used the html editor to my page
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit.HTMLEditor" TagPrefix="cc1" %>
i have sent the values to the database as txtjobdesc.Content.Tostring();
but if i type just a paragraph in the editor it is displaying the same Description. But if i use any Bullets and Highlighted words it is displaying as words above the bulleted words.how to make it display as a html description
pls help me out..
© Stack Overflow or respective owner