Joseph Guadagno

Rants, Raves and other stuff about ASP.NET development.

Browse by Tags

All Tags » ASP.NET » BoundField (RSS)
Book Review: ASP.NET Data Presentation Controls Essentials
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...
How do I format my GridView bound column differently?
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...
More Posts