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:
- Create a target folder for the project. This folder can be anywhere on your PC.
- Download the project zip file.
- Unzip the project into the folder you created.
- Start Visual Studio 2005 and use File|Open|Web site...
- 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.
- Click Open.
- Press F5 to run the project.
© Copyright ASNA 2008. All rights reserved.