Click here to Skip to main content
15,886,074 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
In my website I want to use AjaxControl Toolkit for html editor.
I successfully integrated it but facing difficulty in display. Actual html tags are displayed in page.

I'm using it like following
1) Output of Html editor is saved in database
2) While displaying I'm assigning contents of table to asp.net label

lblcontent = article.content

Now the page displayed contains html tags like below
HTML
<P>Amar <FONT color="#0000cc">Mohit </FONT><FONT style="BACKGROUND-COLOR: #993399" color="#000000">sdf</FONT></P> <OL> <LI>sdsdfsf</LI></OL> <P>sadf</P> <P style="MARGIN-RIGHT: 0px" dir="ltr">sadf</P>
Posted
Updated 2-Mar-12 8:12am
v2
Comments
Orcun Iyigun 2-Mar-12 14:12pm    
Updated the tags.
R. Giskard Reventlov 2-Mar-12 14:49pm    
You need to ask an actual question. What is your issue? Can't make it out from what you have written above.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900