Hello,
I need help to sort the collection.
Controller is returning me the collection of data. Before I bind to repeater control I would like to sort it. I thought of using Sorted List. But I need to know how can I use it in better way.
I want to sort currentCollection now.Code:List<CurrentServices> currentCollection; currentCollection = CurrentInfoController.GetServices();
Kinldy let me know.
Many Thanks





Reply With Quote