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 the full meaning of asp.net?
What is form submit?
What is the base class from which web forms are inherited?
What is a 1x1 pixel?
What is latest version of asp.net mvc? : Asp.Net MVC
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?
What is simple data binding?
What is AutoEventWireup attribute for ?
What is the parent class of all the web server control?
Explain difference between friend and protected friend?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
What is base class of button control in .net?
What are the built-in objects in asp.net?
Explain the difference between web user control and web custom control?
What is the use of dispose method?