Santiago Canyon College

 

Computer Science 206

Web Programming Using ASP.NET

Ron Kessler
Spring 2012

 

PROJECT 2: Master Page Project
Documentation & Specifications


Description

 

You are going to create a master/content web site. Let's say we have an e-commerce site where people can purchase stuff. We are going to build a "catalog" where customers can look at our products.

 

This application is designed to give you practice with

  • Master/Content pages
  • Menu navigation controls

 Here are the minimum requirements for full credit (30 Pts)

  1. Create a web with a nice looking Master page

  2. Add three (3) content pages of products (anything you wish).

  3. Add a navigation menu to the Master page.

  4. Use update panels to allow for partial-page updates

Specific Tips

 

  1. As always, it would be cool to include a logo/photo to dress up your app. Remember, it is a web site!
  2. Please include comments in your code and make sure you include a title and date of creation and any other stuff you want me to know about how your program works. If you are not sure, ask me about this.

 DUE DATE

 

This project is due Week 15. Please do not wait until the last minute to start this because it has a bunch of parts.