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 a web api endpoint?
What are the Types of objects in ASP
What is an asp.net web form?
How do you use viewstate?
Explain the different parts that constitute ASP.NET application?
Explain how is a property designated as read-only?
Do cookies store passwords?
What is a uri query?
What are the events that happen when a client requests an asp.net page from iis server?
What are the various types of cookies in asp.net?
What does aspcompat="true" mean?
What is Model-View-View Model?
What is application session?
How do you secure your configuration files to be accessed remotely by unauthorized users?
Define common type system?