What are the advantages of using a master page?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What are the advantages of using a master page?
Rating:
The following are the advantages of using a master page:
- It centralizes the common functionality of all the pages of a Web application. Therefore, a user can make updates only to one file, instead of updating all the Web pages.
- It easily creates one set of controls and code in order to apply the results to a set of Web pages. For example, it uses ContentPlaceHolder controls on the master page for creating a menu so that it can be applied to all the Web pages.
- It gives control over the layout of the final Web pages. For example, it controls how each placeholder control is rendered on the Web site.
- It provides object models to customize the master pages from all content pages.
Rating:
Was this information helpful?
Other articles
- What is XmlDataDocument?
- What is enterprise policy?
- How to add a Windows Installer Search?
- What is the IEquatable generic interface?
- What is the ScrollBar control?
