- Shuffle
Toggle OnToggle Off
- Alphabetize
Toggle OnToggle Off
- Front First
Toggle OnToggle Off
- Both Sides
Toggle OnToggle Off
Front
How to study your flashcards.
Right/Left arrow keys: Navigate between flashcards.right arrow keyleft arrow key
Up/Down arrow keys: Flip the card between the front and back.down keyup key
H key: Show hint (3rd side).h key
![]()
PLAY BUTTON
![]()
PLAY BUTTON
![]()
7 Cards in this Set
- Front
- Back
|
What control are all ASP.Net controls derived from
|
System.Web.UI.Control
|
|
What are the new features of the control class?
|
Adaptive rendering,Browser-sensitive rendering, xhtml compliance, themeable,controlstate, input focus
|
|
What class do all HTML Server controls inherit from
|
HTMLControl class
|
|
What are the two types of HTML controls
|
Container and input
|
|
What are the different types of controls in ASP.Net
|
HTML, Web, Validators
|
|
What is adaptive rendering
|
It allows a control to output diff markup on a per browser basis
|
|
What is browser-senitive rendering
|
declaratively assign a browser-specific value to a property
|