G
Guest
I have HTML markup in a database table, e.g.
<h1>text text</h1>
When I read the data into a DataGrid, GridView or some such,
I want the HTML to be emitted as is. This means that if I view
the source of the page, I will see, e.g.
....<td><h1>text text</h1></td>...
I don't what the HTML to be encoded like
....<td><h1>text text...
Can this be done?
Thank you.
<h1>text text</h1>
When I read the data into a DataGrid, GridView or some such,
I want the HTML to be emitted as is. This means that if I view
the source of the page, I will see, e.g.
....<td><h1>text text</h1></td>...
I don't what the HTML to be encoded like
....<td><h1>text text...
Can this be done?
Thank you.