6.7. Exercises
What's the difference between an <asp:ContentPlaceHolder> and an <asp:Content> control? In what type of page do you use which one?
How do you hook up an <asp:Content> control in a content page to the <asp:ContentPlaceHolder> in the master page?
Imagine you have created a skin that gets applied to all buttons in your site with the following skin definition:
<asp:Button runat="server" CssClass="MyButton" />
The imaginary CSS class MyButton sets the background color of the button to white and the foreground color to black. To draw attention to a specific button in a page, you decide to give it a red background instead. Which options do you have to control the look of this single button?
Explain the differences between setting the Theme property and the StyleSheetTheme property for a page.
Name three different ways to set the Theme property for a page and explain the differences between the options.
What's the main reason for implementing a base page in your web site?
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access