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

Really Dynamic Master Pages

Rate me:
Please Sign up or sign in to vote.
4.10/5 (17 votes)
8 May 2012CPOL4 min read 197.7K   2.1K   77  
Creating ContentPlaceHolders and Contents programmatically
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="DynamicMasterPages.Default2" Title="Page" %>

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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Hungary Hungary
I'm a Hungarian developer interested mostly in web development.

Comments and Discussions