Your web application includes four different themes in the App_Themes folder and you want to allows users to select one of four different themes. How can you apply the correct theme to a page?

 Posted by Rajkatie on 12/21/2012 | Category: ASP.NET Interview questions | Views: 4004 | Points: 40
Select from following answers:
  1. Switch to the appropriate theme in the master page’s Load method
  2. Override each content page’s PreRender method.
  3. Override each content page's Page_Load method and change the style sheet reference in the <head> element to the appropriate theme.
  4. All Above

Show Correct Answer


Source: Microsoft Press book | | Alert Moderator 

Comments or Responses

Login to post response