Tuesday, July 25, 2006

ASP.NET 2.0 Master Pages

The .aspx files for pages that are linked to master
pages do not contain the HTML, head, or body elements.
In addition, they are not allowed to have any content
outside of the asp:Content controls in the page.
Placing any content outside of the asp:Content control
results in a parse error when the page is compiled.

No comments: