<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Examining Master Pages</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/trobbins/Examining-Master-Pages/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/143521_100x75.jpg</url>
		<title>Channel 9 - Examining Master Pages</title>
		<link></link>
	</image>
	<description>
Over the years Web developers have struggled with a variety of techniques to try and create template based sites. Unfortunately, none of these have been generic and easy to maintain. The introduction
 of Master pages is designed to solve this problem. 
Conceptually master pages consist of two elements: Master Page and Content Page. Master pages act as the templates for the Content Pages, and Content Pages provide content to populate pieces of
 Master Pages. A Master Page is essentially a standard ASP.NET page except that it used the extension of .master and a &amp;lt;%@ master %&amp;gt; directive instead of &amp;lt;%@ page %&amp;gt;. This Master Page file serves as the template for other pages, so typically it will contain
 the top-level HTML elements, the main form, headers, footers, and such. Within the Master Page you add instances of the
ContentPlaceHolder control at locations where you want Content Pages to supply page-specific content.The Content Pages are just ordinary .aspx files that specify an associated Master Page in their page directive using the
masterpagefile attribute. These pages contain only instances of the Content control as they are used to
to supply content for the inherited Master Page template. Each Content control must map to a specific
ContentPlaceHolder control defined in the referenced Master Page, the contents of which is inserted into the Master Page&#39;s placeholder at rendering time.
 
In this screencast, Thom examines some of the uses for Master Pages. 
</description>
	<link></link>
	<language>en</language>
	<pubDate>Sat, 25 May 2013 15:29:55 GMT</pubDate>
	<lastBuildDate>Sat, 25 May 2013 15:29:55 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Examining Master Pages</title>
		<description>
			<![CDATA[Great Introduction to Master Pager. I liked your emphasis on FindControl, I am begining to understand the importance of this. I only wishes if you had shown an example eploiting the full capabilities of the Master Pages. This could give us a clear vision
 as to how far we could take this in our application development effort. <br /><br />Many Thanks<p>posted by Phanindra</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/trobbins/Examining-Master-Pages#c632854649410000000</link>
		<pubDate>Fri, 09 Jun 2006 15:49:01 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/trobbins/Examining-Master-Pages#c632854649410000000</guid>
		<dc:creator>Phanindra</dc:creator>
	</item>
</channel>
</rss>