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 difference between response.write() and response.output.write()?
What is the difference between system.stringbuilder and system.string
Explain page output caching?
What is the importance of Global.asax in ASP.NET?
What are the different method of navigation in asp.net?
How can you apply a theme to your asp.net application?
Explain what does mvc represent in asp.net? : asp.net mvc
How may clustered index we can create in table?
What are custom controls?
How do active server pages work?
Define managed code and managed data in .net?
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
How ASP.NET page works?
Why is an object pool required?
Can one dll file contains the compiled code of more than one .net language?