(c) 2002 Visual Studio Magazine 
Fawcette Technical Publications

Issue: September 2002
Section: Create Localizable Web User Controls
Author: Gerardo Villeda
Filename: vs0209gv

You can find Listing 1 in the listing.txt file.

SOURCE CODE SETUP INSTRUCTIONS
==============================

Follow these steps to setup the DatePicker Web user control 
and associated code in your system. The control requires
the .NET Framework installed on your system. IIS Web services
must be enabled for the sample code to work.

   1. Copy source code files:
      + Create a new folder and copy all the files provided 
        with this sample

   2. Create virtual folder
      + Open your Internet Information Services console
      + Select your Default Web Site
      + From the Action menu select New - Virtual Directory2
      + When prompted, enter DatePicker as the virtual directory
        alias name
      + Browse to the directory created in (1) above and 
        select as the virtual folder's directory
      + Accept all the defaults

   3. Execute the sample
      + Point your browser to http://localhost/DatePicker to
        display the sample

   4. Open the Sample Code
      + This can be done by opening the DatePicker.proj file

