Dave Burke : Freelance .NET Web Developer specializing in Online Communities

Determining order of intellisense overloaded methods

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.

 

Comments (0) | Post RSS RSS comment feed

Posted on 9/28/2003 8:27:00 PM by Dave Burke
Categories:
Tags: No tags for this post

Related posts

Comments are closed

This site was built with the Sueetie .NET Open Source Community Framework. Learn more about Sueetie at Sueetie.com.