Hi friend,
I would like to sort my records by Date and fill then in datagrid. while adding them i am converting the date format to System.DateTime.Now.ToString("dd/MM/yyyy HH:mm");
but when i am selecting the record with this query
strquery =
"select * from Clients order by date desc" the records r sorted by date but notby month , becoze the date is fiest and monthe is second and year is third in the Sql server data base.
how can i get the record sorted by month. I want the latest record first