Posted on: 7/23/2014 5:08:00 PM | Views : 350

Hello,
What is the best way to inject some raw html5 that is stored in a field of a SQL database onto a particular area of web forms page.
I used to do this by setting up a SQLdatasource that populated a formview, detailsview, or other server control.
However, with semantic html5 outlining, I don't want the html to appear within any other tags that server controls create.
Is there a way to hook up something like a literal control to the SQLDatasource or some other better way?
Thanks!

Go to the complete details ...