E
em00guy
Im using the following code to sort columns in a data set:
ds.Tables[0].DefaultView.Sort
However, datetime fields pulled from the database are sorted as strings
and thus incorrectly. How do I sort the datetime fields properly?
Thanks.
ds.Tables[0].DefaultView.Sort
However, datetime fields pulled from the database are sorted as strings
and thus incorrectly. How do I sort the datetime fields properly?
Thanks.