Link to home
Start Free TrialLog in
Avatar of Codeaddict7423
Codeaddict7423Flag for United States of America

asked on

asp.net C# display ajax html editor contents

Hello,

I am attempting to implement a form containing an HTML editor where users can input group messages.  The HTML editor writes this content to a database table.

Now, I'm trying to display this content (with formatting such as <span style="color:#ff0000;"> NEWS</span> ) so that it shows up in a separate page like a modal popup.

Any help would be greatly appreciated.
SOLUTION
Avatar of Manoj Patil
Manoj Patil
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Codeaddict7423

ASKER

techChallenger1,

Thank you for the quick reply. Below, please find a string of html-formatted text written to the database table:
----------
test 09 <span style="color: #ffffff; background-color: #33ff00;">blue warning</span>

-------
 My goal is to display this on a control that can interpret the formatted text to show up on a pop-up page.
The problem may be occur by double quote.
Try with replacing double quote by single and let me know.
Hi,

Which HTML editor are using?

Did you tried this - http://htmleditor.codeplex.com/

Hope it helps u...
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial