Master Pages in ASP.NET 2.0
Master Pages in ASP.NET 2.0
Summary: Master Pages enable you to create ASP.NET pages that follow a consistent theme and style. Stephen Walther shows you how to take advantage of this new feature. (27 printed pages)
Contents
• Introduction
• Master Pages and Content Pages
• Creating a Simple Master Page
• Creating a Simple Content Page Creating a Master Page with Site Navigation
• Nesting Multiple Master Pages
• Configuring Master Pages
• Overriding Master Page Properties
• Using the Page Title Attribute
• Overriding HTML Header Attributes
• Exposing Properties and Methods from a Master Page
• Dynamically Loading Master Pages