I have a dim which contains html encoded code, which is stored in DB.
How can I insert the code into asp.net page?
I would like to perform the action in code behind ( VB.net / C# ).
What control/method should I use. Please note I want the code to be rendered by the browsers – not just displayed.