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.
RE: Dev Yes! Deploy?
by gonzo on Thu 22nd Apr 2004 18:43 UTC

Visual Studio 2003:
Go to Solution Explorer and Select your project. Click "Copy Project" icon (in Solution Explorer). Select "Only files needed to run this application" and Click OK. Set path to where you want your project deployed and.. that's it. Complicated?