I have some code stored in SQL database that is in from of HTML code For example in the database I have stored
<b>Lorem Ipsum</b>
When I retrieve that data from sql and input it into a label it shows something like
<b>Lorem Ipsum</b>
but I want it to use html code so that formatting is available.