(c) 2002 Visual Studio Magazine 
Fawcette Technical Publications

Issue: November 2002
Section: ASP.NET
Author: Don Kiely
Filename: vs0211an

ASP.NET Web Matrix Code Notes

The sample applications are provided in both VB.NET and C# versions. Each set of files in the language's subdirectory stands on its own, so use whichever files are most interesting.

The application uses an Events database, connecting to it through Windows integrated security. I've provided both Events.mdf, a SQL Server 2000 database that you can simply attach to your server, as well as Events.sql, a T-SQL script file you can use to create the database and add a few sample records. If you use the script file, you'll need to enter data before running the application, using a custom application or Enterprise Manager.

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

Don Kiely
donkiely@computer.org