I decided a few days ago I was going to streamline my DropDownList code, so I created a class to hold DoDropDown method variants. Essentially its gives me a one-line call to handle the complete dropdown setup and binding process. It uses SqlHelper and other classes unique to my app, and I find it a big timesaver. In using it over there weekend I realized I didn't like the order of the intellisense list, since the first options were not my most used method choices. I changed the order of the overloaded methods in the class by my use preference and sure enough they appeared in intellisense that way. Sweet.
