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

With out Web.config can we executes the application?

10 Answers   Valtech,


What are the HTML server controls in ASP.NET?

0 Answers   MindCracker,


Explain what does wsdl stand for?

0 Answers  


how to edit gridview control in asp.net2.0

1 Answers   3i Infotech,


How many Directives r in ASP.NET?

8 Answers  


What is the size of Get method and how much data it can store?

0 Answers   HCL,


Is post back property in asp net?

0 Answers  


What is redirectpermanent in asp.net?

0 Answers  


What are the Types of state management techniques

0 Answers   Digital GlobalSoft,


What is the purpose of master page?

0 Answers  


Can you set the session out time manually?

0 Answers  


please give a brief knowledge about these events ? page_render() page_prerender() page_unload page_loadcomplete page_preinit

1 Answers   Netsweeper,


Categories