I have a grid view which I bind programmatically, setting the autogenerate columns to true. How do I set the BoundField HtmlEncode to false I need to add some <b>bold</b> stuff, and change color etc. Help anybody Thanks.
Please post ASP.NET related questions in the ASP.NET forums (http://forums.asp.net/). The people there will better be able to answer your questions. Please reserve this forum for C#-related questions.
Grid View Problem
Chris Han MSFT
Hi EastNayl,
Have you tried programmatically access the column(boundfield) and set the htmlencode attribute
Smithy196
Please post ASP.NET related questions in the ASP.NET forums (http://forums.asp.net/). The people there will better be able to answer your questions. Please reserve this forum for C#-related questions.
Thanks,
Michael Taylor - 3/1/06
Joshua Tipton
I will close this one.