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
You may not have access to the SQL, but if you have the DataSet or DataTable, you can certainly call the Sort() method.
Sort()