Display ListView Depending on value of column [Resolved]

Posted by Saratvaddilli under ASP.NET on 9/1/2012 | Points: 10 | Views : 1820 | Status : [Member] [MVP] | Replies : 1
Good morning to all
here is my question
in my database i had table named ordered details in that i had a column of date ,now i want to display the records in the table using list view in this scenario
latest order should come first
please help me ......
..........

Thanks and Regards
V.SaratChand
Show difficulties that how difficult you are



Responses

Posted by: Saratvaddilli on: 9/1/2012 [Member] [MVP] Bronze | Points: 25

Up
0
Down

Resolved
I got it
string sql = "SELECT * FROM OrderedDetails ORDER By Date Desc";


Thanks and Regards
V.SaratChand
Show difficulties that how difficult you are

Saratvaddilli, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response