Click here to Skip to main content
15,887,746 members
Articles / Web Development / ASP.NET

A DropDownList for U.S. States/Canadian Provinces and Countries

Rate me:
Please Sign up or sign in to vote.
2.44/5 (16 votes)
3 Nov 20032 min read 130.9K   1.8K   45  
This article discusses subclassing the DropDownList to create a DropDownList that is preloaded with U.S. States and Canadian Provinces

Views

Daily Counts

Downloads

Weekly Counts

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
I have been developing software since 1984, when I began working with Digital Equipment Corporation. In 1990, I started by own independent company, Systems by Design of Illinois.

I was trained using a language (Pascal) that was designed (by Niklaus Wirth) to teach programming concepts of data structures and algorithms. My early practical experience was for a company that demanded high-quality, documented code. We built large systems using DEC's VAX/VMS Pascal.

Because of this experience, I am particularly uncomfortable with the fact that C++, which is agruably one of the worst languages ever created, is being used to teach introductory computer classes.

I am also uncomfortable with badly written documentation, which is often confounded by the introduction of material that is extraneous to the point being explained. This makes the learning and practical use of new development tools more difficult than desired.

In the current horrendous economic climate, I devote most of my time and energy to non-profit organizations, living off the money saved from doing work in the corporate world when the business climate was more favorable.

Comments and Discussions