Webbo_1980
asked on
how do i display html on a page without showing tags in the content such as &quote
I have some data stored in my db e.g.
a "e;conference"e; and the Clumsies call a "e;holiday"e;!Will
All i do is dispaly this in text box but for some reason its rendering as its stored in when viewed in a browser.
What command does asp.net offfer which will render this correctly?
Thanks
Webbo
a "e;conference"e; and the Clumsies call a "e;holiday"e;!Will
All i do is dispaly this in text box but for some reason its rendering as its stored in when viewed in a browser.
What command does asp.net offfer which will render this correctly?
Thanks
Webbo
ASKER
htmldecode was teh first thing i tried but it doesnt work on the example i gave above i.e.
Any ideas why?
HttpUtility.HtmlDecode(
Any ideas why?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
or u can use a html textbox editor like ckeditor