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 do you mean by query string?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
What are the elements of a website?
What is masterpage?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
what are the web form events available in asp.net?
When was asp.net released?
What is css in asp.net?
What are server activated objects?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
What is the difference between localization and globalization?
Define session in asp.net.
What is sdlc process?
Differentiate between globalization and localization.
Will the asp.net validators run in server side or client side?