CS 82   Server-Side Web Programming

Lab Assignments

Please read Turning in Your Lab Assignments for information about turning in your work. 

Lab01

  1. page 43, Guided Exercise 1
  2. page 47, Exercise 7

Lab02

  1. page 97, Guided Exercise 1.
  2. page 102, Exercise 3. The first ASP document shall be called guessingGameStart.asp  and the second ASP document shall be called guessingGameProcess.asp. Hint: You need to initialize the rnd() function with the Randomize statement. See the MSDN VBScript documentation for more info.

Lab03

  1. page 163, Guided Exercise 1. File to turn in: ScopeTest.asp

  2. page 169, Exercise 6. You may skip the part at the end of the exercise "Modify the payroll problem...". File to turn in: TaxLookup.asp  

Lab04

  1. page 212, Guided Exercise 1. File to turn in: CookieTest1.asp
  2. page 217, Exercise 4. Files to turn in: shoppingCarta.asp, shoppingCartb.asp, shoppingCartc.asp sample solution

Lab05

  1. page 267, Guided Exercise 1. File to turn in: c5e1.asp
  2. page 270, Exercise 3. Files to turn in: productsa.asp, productsb.asp. You can connect to the Northwind ODBC System DSN. Or, if you wish, you can use a DSN-less connection to the Northwind.mdb file. It is in the cs82\geddes_james folder. So, your code would include something like the following: strConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("../geddes_james/Northwind.mdb")

 

CS 82 Home Email Last Modified November 10, 2003