I have a GridView bound to a DataTable that I construct. Most columns in the table contain the raw HTML for a hypelinklink, and I would like that HTML to render as a link i
Well since the html for the link is in your db already, you could just output the html to a literal control.
This should render your link as raw text allowing the browser to render it as the link you expect it to be.