I have a datagrid whose datasource is set equal to a dataset. One of the columns in this dataset is createDate which is of type smalldatetime on SQL server. When data is displayed in the datagrid, the createDate values are displayed as dates only, but no time is shown. I tested the output of createDate by outputing its values to a label control to see what is sent back to the dataset from the database. Surely the label shows date and time.
Does anyone know what the problem is?
Thanks.
Does anyone know what the problem is?
Thanks.