Workshop
Quiz
1. If you can simply add text to a web page by typing, why do you need Label controls?
2. What controls help you to navigate between pages in a Web Application?
3. How can I display graphics on a Web Form?
Exercises
Create a registration application. This new Web Application should allow the user to enter:
Their name. Must be filled in.
A user name to use on your site (Alias). Must be filled in, and must be no more than 10 characters long.
Their new password (remember to keep the password a secret). The user should enter their password twice to make certain they have entered it in _correctly. Both fields must be filled in and match.
Once the information has been entered, the user should click a button. The information will then be shown back to the user.