what is Theme in Asp.net 2.0

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between dispose() and finalize()?

486


Which object encapsulates state or data of a user?

615


What is the basic difference between asp and asp.net?

508


Give some salient points of difference between request processor and request dispatcher.

605


How to improve performance of web application asp.net mvc? : Asp.Net MVC

479






What are the main differences between asp and asp.net?

514


What is page fragment caching?

544


What is GAC in ASP.NET 2.0

576


What is a uri query?

544


Whats the difference between abstract factory pattern and factory pattern?

593


Explain about consistent programming model in the .NET framework?

581


How can we use Web API with ASP.NET Web Form?

637


Which asp.net objects encapsulate the state of the client and the browser?

560


What are the different types of Caching techniques in ASP.NET?

565


List down the sequence of methods called during the page load.

520