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

Where is asp.net session stored?

479


Is it possible to create web application with both webforms and mvc?

542


What is the best Macanism to clear the Cache in asp.net

714


What are the namespace classes used in asp.net mvc? : asp.net mvc

552


Does google crawl redirects?

521






What are all the various Estimation Techniques available ?

659


How to find out what version of asp.net I am using on my machine?

585


Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.

2596


Which platform does Microsoft .NET use for exchanging data between applications?

589


What are assemblies and namespaces and explain the difference between them ?

570


What is dynamic web page with example?

528


What is manifest in .net framework?

544


How will you load dynamic assembly?

545


Can the dictionary object be created in client?s scope ?

1992


Explain serialization and deserialization?

553