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 are server activated objects?

0 Answers  


What are the new page events added in Asp.net 2.0 ?

5 Answers   Sapient, TCS,


Explain how cookies work. Give an example of cookie abuse.

0 Answers  


AJAX - explain the concept and some controls like update panel, tabcontrol etc

2 Answers   Syntel,


To display data in a Repeater control which template you provide?

0 Answers   Siebel,






What is the use of Administration tool in Asp.net 2.0?

2 Answers  


Does the following statement executes successfully: Response.Write(?value of i = ? + i);

4 Answers   TCS,


Explain the page lifecycle of an asp.net mvc? : asp.net mvc

0 Answers  


Which method is used to enforce garbage collection in .net?

0 Answers  


any body help me. Is it possible to convert text in gif images into word document with the same text? thanks in advance.

2 Answers  


What is loop in asp.net?

0 Answers  


Define data caching?

0 Answers  


Categories