Lab 9 – Big Bear Cabins Web GUI

 

Maximum Points = 10

 

The purpose of this lab is to implement a GUI  for a web application that manages a reservation system using Asp.net to code the GUI with two forms. The GUI will allow the user to move between the two forms. The form will include textfields, dropdown, and calendar. [shown on the right] Your code will include event handlers based on the user’s choices. Follow the guidelines in chapter 9 [pp. 658-674].

 

 

 

                                                                                   

Test your program frequently and TEST WHAT YOU SUBMIT.

 

 

CORRECTIONS:

Validate email  Textbox Object paragraph should only add RequiredFieldValidator (Regular Expression Validator is dscussed in the next paragraph.

You may need to adjust the sizes and locations of the objects

 (Due before 11 pm on Saturday, March 29, 2014) Submit your files containing your program and design by zipping up the Project folder into a file named lab9-ws.zip where ws are your initials. Upload the file to the dropbox in CougarView.

NOTE: Documentation must include

A) Program block:

‘******************************************************************************
‘ PROGRAM:            program name
‘ AUTHOR:                your name                 (give credit for any code that is not yours)
‘ DATE:                      date of creation
‘ PURPOSE:             detailed description of program
‘******************************************************************************

B) Every subroutine

‘******************************************************************************
‘detailed description of the subroutine’s function
‘                       (give credit for any code that is not yours)
‘******************************************************************************

Grades are determined using the following scale:

Grading Rubric  (Word document)