March 2008
Intermediate to advanced
766 pages
21h 15m
English
Name the mechanism that enables server controls to maintain their state.
How is the ASP.NET runtime able to keep track of control state between postbacks?
Name a difference between an <asp:DropDownList> and an <asp:ListBox>.
What property do you need to cause a postback to the server when you change the checked state of a CheckBox in the browser?
Many server controls have a common set of properties that affects their looks at runtime. Name three properties that change styling elements such as color, borders, and size.
Instead of setting individual control properties like BackColor and ForeColor, it's better to set a single CSS-related property. What's the name of this property and what benefit does it give you?