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 difference between Trace and Debug?

2 Answers   BirlaSoft,


How can you ensure a permanent cookie?

0 Answers  


What's the difference between Page.RegisterClientScriptBlock and Page.RegisterStartupScript ?

1 Answers  


Explain the components of web form in asp.net

0 Answers  


How can you change a Master page dynamically in which event of page life cycle?

2 Answers   Fulcrum Logic,






Define a static class?

0 Answers  


Difference between .NET and previous version?

1 Answers   Microsoft,


How can we prevent browser from caching an aspx page?

0 Answers  


What are various authentication mechanisms in ASP.NET ?

4 Answers   TCS,


Difference between web user control and web custom control?

0 Answers  


Will session work if cookies is disabled?

0 Answers  


what is use of doctype tag in asp.net

1 Answers   TCS, Wipro,


Categories