How to display text data that saved database in html format,in asp.net control
I saved a text data in database. text data is formatted html.
I want to display this text in asp.net control i.e textbox,table,etc
but it is displayed below
<p><b>Hello World</b></p>
I want to display like this,
Hello World
How can I figure it out?