• 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/4

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;

4 Cards in this Set

  • Front
  • Back

What does the master page do?

defines common GUI elements that are displayed by each page in a set of content pages.

Where should you put password protected pages in your project?

In a separate folder.

What's wrong with placing protected content in the root dir?

Anyone can view those pages, whether they're authenticated or not. Solve this by placing those pages in a separate folder.

What's the key control in every ASP.NET Ajax-enabled application? What does it do?

ScriptManager. It manages the JavaScript client-side code that enable Ajax functionality.