Click here to Skip to main content
16,020,673 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi every body

i have used ckeditor to save textarea and it saved correctly i need to
retrive this data in textbox multi line it works good but it retrive
with its formate like

<p style="text-align: center;">
<span style="font-size:24px;">hi every body&nbsp;</span></p>

how can i show in its saved formate without tags show ??
Posted

1 solution

Don't use multiline TextBox, because it does not support HTML.
You can use normal div or again any editor control.
 
Share this answer
 

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