what is Theme in Asp.net 2.0



what is Theme in Asp.net 2.0..

Answer / alb.shah

Master pages allow you to dictate the layout and common
content for the pages in your application using template
files with a .master extension. The Themes feature in
ASP.NET 2.0 allows you to dictate the appearance of
controls in your application using template files with
a .skin extension, and with style sheets. In this article,
we will examine the Themes feature in-depth.

What you ultimately can achieve with the combination of
these two features is the following:

-Easily build a web application with consistent layout and
appearance across all pages
-Easily change the layout and appearance of all pages just
by modifying a few template files
-Easily personalize an application at run time for a
specific user by letting the user chose their favorite look
from a number of appearance and layout options

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

what is the assembly?

2 Answers  


What are asynchronous callbacks ?

6 Answers   Accenture, BirlaSoft,


Explain file-based dependency and key-based dependency.

0 Answers   MindCracker,


Explain login controls.

0 Answers  


Explain the basic functionality of garbage collector?

0 Answers  






How would you turn off cookies on a page of a website?

0 Answers  


what is clr . how we access them?

3 Answers   TCS,


If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?

0 Answers   DELL,


What ports must be open for DCOM over a firewall? What is the purpose of Port 135?

0 Answers  


How long does an http session last?

0 Answers  


What kind of data we can store in viewstate?

0 Answers  


What is mvc structure? given example? How to show gridview control from business components and using class object arrays?

3 Answers  


Categories