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 is datagrid asp.net?
Contrast OOP and SOA. What are tenets of each ?
What is the difference between globalization and localization?
Write the different features of a Thread and a Process?
Can you explain composite pattern?
What is session start?
What is caching in asp.net?
Elaborate differentiation between ViewState and SessionState?
Out of ASP or ASP.NET which one is stateless?
What are the different types of Caching techniques in ASP.NET?
How use Xml data in ASP.net?
Describe session handling in a webfarm, how does it work and what are the limits?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
How many validators do ASP.NET have?