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
What does occur first in ASP.Net, Authentication or Authorization?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
What is the usage of DelegatingHandler?
What are the different types of sessions in asp.net? Name them?
What are the modes of updation in an updatepanel?
Is it possible to change the index of primary key on table?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
What does asax stand for?
Less than one page, how many windows will you be able to maintain?
Where is the view state data stored?
Can one dll file contains the compiled code of more than one .net language?
What is protected configuration?
Explain the differences between clr & cts?
What is difference Between Authentication and authorization?