Click here to Skip to main content
15,881,248 members
Articles / Web Development / ASP.NET

Inside Master Pages

Rate me:
Please Sign up or sign in to vote.
4.81/5 (57 votes)
18 Aug 200511 min read 334K   2.7K   153  
Every thing you need on master pages. This article takes your from the first step to the depth.
<%@ Page Language="VB" MasterPageFile="~/VB/childMaster.master" AutoEventWireup="false" CodeFile="nestedMasters.aspx.vb" Inherits="nestedMasters" title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="contentPlaceHoder1" Runat="Server">
This is content page
</asp:Content>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Ireland Ireland
Expert in Microsoft technologies.
MCP+Site Building, MCSD, MCAD, and MCSD.NET (Early achiever)
Worked as Web developer, Trainer and software developer
Currently working as Developer support engineer.
You can contact me also through my blog http://blogs.msdn.com/mohamed_sharafs_blog/

Comments and Discussions