Hi,
I'm using a dataTable to bind my gridView and during the data binding I need to make some cells bold. The structure I'm looking for is this:
Person
contact
Person 2
contact
To include the spaces when binding the table I'm using Server.HtmlDecode(" "). I tried Server.HtmlDecode("<b>") ... Server.HtmlDecode("</b>") to make the text bold, but it didn't work.
Any suggestions?
Thanks,
Ana