I love the String object's Format method. It's an unusual application where I'm not using it to build messages. (Long ago and far away, I used to use it to assemble SQL statements.) Typical code looks ...
I have a GridView, wired up to an ObjectDataSource. One of the fields is a Double.<BR><BR>In the Column definition of the GridView, I put a DataFormatString="{0}", which should format the Double as a ...