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 full meaning of asp.net?

749


What is form submit?

729


What is the base class from which web forms are inherited?

781


What is a 1x1 pixel?

738


What is latest version of asp.net mvc? : Asp.Net MVC

726


1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?

2060


What is simple data binding?

768


What is AutoEventWireup attribute for ?

827


What is the parent class of all the web server control?

754


Explain difference between friend and protected friend?

748


In early binding will the method invoked on com component will verify it?s existance in the system or not ?

2428


What is base class of button control in .net?

789


What are the built-in objects in asp.net?

779


Explain the difference between web user control and web custom control?

764


What is the use of dispose method?

799