Exercise 6 Instructions PDF

Title Exercise 6 Instructions
Author Anonymous User
Course Programming I
Institution Niagara College Canada
Pages 1
File Size 106.7 KB
File Type PDF
Total Downloads 23
Total Views 139

Summary

Download Exercise 6 Instructions PDF


Description

PROG1198

Client-server Programming Intro to ASP.NET Server Controls – Exercise 6

W2019

SAMPLE OUTPUT We will use ASP.NET to create this simple web form. We will focus on the controls, property sheets, and validation.

WEB FORM SPECIFICATIONS Data Customer Name Pickup Date Vehicle type

Element Type Textbox Textbox, with Date as the TextMode Drop down list

Lease Period

Radio button list

Colour

Radio button list (nothing preselected) Check box list all initially unchecked

Options

Text

Values

Select a Vehicle Type Small Car ($10/Day) Large Car ($15/Day) Van ($20/Day) Motorcycle ($50/Day) 1 Day (Default) 1 Week 30 Days 60 Days 90 Days Rust Brown ($5/Day) Other Colour ($10/Day) Vehicle runs Spare tire All doors open and close No holes in floor

0 10 15 20 50 1 7 30 60 90 0 5 10 All checkboxes should have the value 5

Validation Rules Cannot be left blank Cannot be left blank, and a valid date A vehicle type must be selected

One option must be selected...


Similar Free PDFs