Gridview : html tags : Response.write
OK so I'm incorporating data from my co-workers database into my application. His application uses classic .asp, andI'm using ASP.NET 2.0 in MS Web Developer Express.
I'm using theGridView control in MSWDE to pull this data. One of the Indexes inhis table contains html tags for formatting. In his classical .asp application, he uses theresponse.write(xxx) function in VB to interpret the tags and display the entry. Of course, GridView interprets the entire entry as a string and displays the unformatted version with the html as inline text.
Does anyone know if I can continue to use the GridView control and interpret the html tags for formatting?
Thanks for your suggestions.

