Linked by Will Senn on Thu 22nd Apr 2004 06:30 UTC
General Development This article is intended to give you a practical recipe for creating a simple Web Control and extending Visual Studio with support for the control. The control itself is a basic Country Code drop down list such as you would find on many profile entry pages.
Permalink for comment
To read all comments associated with this story, please click here.
@erktrek
by gonzo on Fri 23rd Apr 2004 03:13 UTC

The only issue I have with that though is that the differences between my dev and live environments then becomes greater increasing potential for errors.

Or decreasing it perhaps?

Look, you develop on your dev machine and test it there too. Then you deploy it to your test server and test it there. Once it works, deploy it to your main server and that's it. Isn't that the whole point of having separated dev and production boxes - so that you can deploy only well-tested application to your production server?