I\'m curious as to the best route (more looking towards simplicity, not speed or efficiency) to sort a DropDownList in C#/ASP.NET - I\'ve looked at a few recommendations b
DropDownList takes any IEnumerable as a DataSource.
Just sort it using LINQ.