Chapter 9 - Final Flashcards
What is a web form?
a page displays in a Web browser and requests data from the user.
Server side vs. Client side
the server side actually contains the active-server page that will deliver the page to the client-side computer via the internet. The Client-side runs the web browser that requests a web page from the web server and displays the page.
A master webpage is?
a file that provides an overall layout for the site with headers, buttons, and footers. Designed to created a consistent layout for the pages in the application.
ID Property
same as name property
Validation Controls
they check input forms for errors and display messages if users enter incorrect or incomplete responses.
Required Field Validator
verifies a required field contains data
Range Validator
tests whether an entry falls within a given range
Compare Validator
to compare an object’s value with another object or a constant value