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.

[789 byte] By [clevesteve] at [2008-1-9]
# 1
Please ask asp.net questions in the asp.net forums. http://forums.asp.net
KenTucker at 2007-10-2 > top of Msdn Tech,Feedback for forums and MSDN websites,Off-Topic Posts (Do Not Post Here)...