I have a GridView control that is bound to a DB via code-behind C#:
GridEquip.DataSource = ds;
GridEquip.DataBind();
One of the columns is a DateTime, how can i remove the "Time" part and format it in a (MM,dd,yyyy).
Thank You,
Edski
...
Go to the complete details ...