View Single Post
  #5 (permalink)  
Old 06-24-2009, 10:32 AM
MattP MattP is offline
VB.NET Forum Idol
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Feb 2008
Location: USA
Posts: 875
Reputation: 499
MattP has a reputation beyond reputeMattP has a reputation beyond reputeMattP has a reputation beyond reputeMattP has a reputation beyond reputeMattP has a reputation beyond reputeMattP has a reputation beyond reputeMattP has a reputation beyond reputeMattP has a reputation beyond reputeMattP has a reputation beyond reputeMattP has a reputation beyond reputeMattP has a reputation beyond repute
Default

Oops I had that as GridView in my head somehow, sorry. Use JohnH's suggestion with the DataGridView.

To set it open the DataGridView Tasks (little arrow in upper right corner)
Click Edit Columns
Select your column and click on the Defaul Cell Style property
Set the Format property to 'd'
Reply With Quote