I've datetime values retrieved from SQL Server as mm/dd/yyyy. I put it in a dataset and displayed it in the datagrid.. it shows up as mm/dd/yyyy 12:00:00 AM. Why can't i get it so the dgrid show mm/dd/yyyy? I could set the datagrid to AUTOGENERATECOLUMNS="FALSE" and format myDate column as {0:MM/dd/yyyy}, but I do not want to set the AUTOGENERATECOLUMS to false cuz there are alot of other data i want. Is there any other way to refine/reformat the data type on the asp.net end for values in the datagrid?