How to sort a dropdown list in ASP.NET

How do I sort a dropdown list in ASP.NET?
There's no way to sort the built-in list in ASP.NET. You'd have to create you own derived control and add that feature. Sorry.

This was first published in January 2005