What is 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 is a master page?
Rating:
A master page is an ASP.NET file that has a .master file extension. It creates a consistent layout for all pages in a Web application. The layout includes text, HTML, and server controls. It is identified by the
The syntax of the @ Master directive is as follows:
Rating:
Was this information helpful?
Other articles
- What is a cascading style sheet?
- What is a data-bound control?
- What is pagination?
- How to create a file-based Web site in Visual Studio 2005?
- Note for the XmlValidatingReader class