Is there any method that will allow me to easily bind a collection to an ASP.NET dropdownlist. Any tips from ASP.NETters that do this frequently. At the moment I'm using a generic routine to loop through the collection and add the items to the dropdownlist one by one. Feels kinda last century to me.