Select from following answers:- Switch to the appropriate theme in the master page’s Load method
- Override each content page’s PreRender method.

- Override each content page's Page_Load method and change the style sheet reference in the <head> element to the appropriate theme.
- All Above
You can change themes in the Page.PreRender method. To simplify coding, create a custom Page class that changes the theme, and derive all pages from the custom class.
Show Correct Answer
Source: Microsoft Press book | |
Alert Moderator