To apply a Theme to an Individual Page?

 Posted by vishalneeraj-24503 on 12/11/2013 | Category: ASP.NET Interview questions | Views: 2577 | Points: 40
Answer:

In Page directive,we can add theme_name to apply for that page only.Theme will not reflect to other pages.

Suppose, i have one ASPX page,so i will add theme_name inside <%@ Page directive%> as

<%@ Page Theme="my_theme_name" Language="C#" AutoEventWireup="true" %>


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response