There’s a moment in my page where I connect to a database and retrieve some data. One field in special is html code. I want to display it in my page as html inside some control that understands it.
What are my options?
There’s a moment in my page where I connect to a database and retrieve
Share
Use a literal.
.aspx:
codebehind:
this will print out
This is a h2 html tag