Welcome to the ASNA basic Web programming tutorial

This is the tutorial for building your first AVR for .NET Web app. The program you'll build in this tutorial is very simple, but it will teach you many important concepts and techniques.

This tutorial includes complete instructions for building a two-page inquiry program. On the first page you'll collect a customer number from your user and on the second page you'll display details about that customer. If you are impatient and want to see the program immediately, you can download it from the link below. We recommend that you not download it until you've worked completely through the tutorial and have the program working.

 

To install the tutorial project:

  1. Create a target folder for the project. This folder can be anywhere on your PC.
  2. Download the project zip file.
  3. Unzip the project into the folder you created. 
  4. Start Visual Studio 2005 and use File|Open|Web site...
  5. When the Open Web Site dialog appears, select the File System type of project on left and navigate to the folder where you unzipped the project.
  6. Click Open. 
  7. Press F5 to run the project.