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
- How to add a login or logout images to a Web page?
- What is the view state of ASP.NET?
- What is the FormViewcontrol?
- What is a user control?
- What is the NavigateUrlField property?