• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/6

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

6 Cards in this Set

  • Front
  • Back
What are the 2 main components of a master page?
@Master directive and content placeholder
How are master pages compiled?
1. ASP.Net finds master page
2. Creates a class
3. Compiles class
What is a theme?
a set of skins and associated files such as stylesheets and images that determines the look and feel of all controls under its jurisdiction
How do you set the theme at the application level
<system.web> <pages theme=""/>
</system.web>
What's the difference between Themes and CSS
Themes manage control properties whereas CSS works on attributes of HTML elements
What is a wizard
a composite control that simplifies implementing a multistep input operation