what is Master pages in asp.net? what is the advantages and
disadvantages?
Answer Posted / sarat
Advantages of master pages include the following:
■ They allow you to centralize the common functionality of
your pages so that you can make updates in just one place.
■ They make it easy to create one set of controls and code
and apply the results to a set of pages. For example, you
can use controls on the master page to create a menu that
applies to all pages.
■ They give you fine-grained control over the layout of the
final pages by allowing you to control how the placeholder
controls are rendered.
■ They provide object models
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
What are all the various Estimation Techniques available ?
What is server side session?
Is data edited in the Repeater control?
Explain what is an abstract class?
Is session server side or client side?
What is the difference between runtime version and version?
How can we inherit a static member?
What is a web api endpoint?
What are the advantages of Web API?
Which two new properties are added in asp.net 4.0 page class?
How is the asp.net mvc architecture different from others? : asp.net mvc
What is http only cookie?
What are html helpers in asp.net?
What is asp.net master page?
What is dynamic web page with example?