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 do you mean by query string?

728


What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?

717


What are the elements of a website?

738


What is masterpage?

736


Describe the sequence of action takes place on the server when ASP.NET application starts first time?

856


what are the web form events available in asp.net?

784


When was asp.net released?

758


What is css in asp.net?

800


What are server activated objects?

865


Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?

766


What is the difference between localization and globalization?

786


Define session in asp.net.

736


What is sdlc process?

748


Differentiate between globalization and localization.

755


Will the asp.net validators run in server side or client side?

887