Amazon.com: ASP.NET Data Presentation Controls Essentials: Books: Joydip Kanjilal ISBN : 1847193951 ISBN-13 : 9781847193957 Overview The book is a good starting point for people that was to learn the different ways of binding data from supported sources...
The answer is simple... Set the DataFormatString property of the BoundField to the desired format and set the HtmlEncode property to false. Replace the ColumnName value with the name of your column. Replace DataFormatString property with the format string...