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

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;

2 Cards in this Set

  • Front
  • Back
HotSpot Class
1. Predefined area on an image that can be clicked to perform an action
2. Types: CircleHotSpot, RectangleHotSpot, PolygonHotSpot

Key Properties:
HotSpotMode, NavigateUrl, PostBackValue, AccessKey

HotSpotMode values: NotSet, Inactive, Navigate or Postback
Table Control
1. Used instead of <table> element when programmatic control is needed
2. Rows and Cells don't survive a postback & need to be recreated
If persistence is needed, use Repeater, DataList or GridView
3. Table contains Rows collection which contains Cells collection
With settings, TableCell overrides TableRow overrides Table
4. TableRow & TableCell objects can be added in PreInit