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.

Code:
List<CurrentServices> currentCollection;

currentCollection = CurrentInfoController.GetServices();
I want to sort currentCollection now.

Kinldy let me know.

Many Thanks