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
To redirect the user to another page which method do we use without performing a round trip to the client?
What is base class of button control in .net?
Write some code using interfaces, virtual methods, and an abstract class`
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
Explain about asp.net 2.0 themes?
What is asp.net version?
List the events in page life cycle.
What is the use of HttpHandlers? When to use this?
What are cao and sao.
What are the types of authentication in asp.net?
What is postback pixel?
Explain the difference between webfarm and webgardens in .net?
Can we create a multiple user simultaneously ?
What are the disadvantages of asp.net?
What is owin authentication?