I am working with Visual studio 2003.
Have data grid , data adapter and dataset and an access data base
In access database the one field "time" is defined as date/time and format as medium date.
This field stores the time properly i.e. 3.00PM
But when i load the datagrid, datagrid loads fine but in time column values appears as 11-1-2010 3.00PM i.e "General Date"
How can I load my datagrid with value showing 3.00PM format.
Yasho