Ice01Cookies, Themes, and Master Pages
Note:  Please keep the programs that you create today, in case you have a question about your grades for the ICEs at the end of the quarter. When you're working with a partner, each person should save his-or-her own copy.

ICE ICE 07 Part 1: Cookie

  1. Create a new website project and call it ice7.
  2. Add a default page, that contains a label, a textbox, at least 4 checkboxes, and a button.
  3. Add the functionality for a cookie, so when the user enter his-or-her name in the textbox, selects some of the checkboxes, and clicks the button, a cookie will be created, so the next time the user returns to the web page everything will be 'remembered' from last time.

ICE ICE 07 Part 2: Theme

  1. Add a second page for the ice7 project, that contains at least four different types of standard controls (e.g., label, button, checkbox, textbox, listbox, calendar, etc).
  2. Create a new theme (anything you want) that might alter the appearance of these controls.
  3. Apply this theme to your second page.

ICE ICE 07 Part 3: Master Page

  1. Create a master page that contains at least a header and a footer.
  2. Add a third page to the ice7 project created from this master page.

When you get done with this exercise, show your Instructor.