Frequently Asked Interview Questions

Advantages of Master Pages in ASP.NET

Advantages of using Master Pages:

    Master pages defines a common template for all content pages. Below are the advantages of using master pages.
  • 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 page by allowing you to control how the placeholder controls are rendered.
  • They provide an object model that allows you to customize the master page from individual content pages


Most Visited Pages

Home | Site Index | Contact Us