Display Records In Ascending Order As Per Time
Hi, All
In my datagridview application there are 3 columns(ID,Date,Time).
Now the records are displayed in ascending order regarding ID.
I want to display the records firstly as ascending order by date, and then as ascending order by Time.
How can i do that, is there any prpoerty of datagridview that can allow me to do that?
Regards,
Vidya