<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:media="http://search.yahoo.com/mrss/"
    xmlns:evnet="http://www.mscommunities.com/rssmodule/"
    >
<channel>
    <title>Master Pages Tutorials</title>
    <link>http://www.asp.net/learn/master-pages/</link>
    <description>Master Pages Tutorials</description>
    <dc:language>en-US</dc:language>
    <generator>RSS generated by www.asp.net</generator>
    <item>
        <dc:creator>Master Pages Tutorials</dc:creator>
        <title>Nested Master Pages</title>
        <link>tutorial-10-vb.aspxtutorial-10-vb.aspx</link>
        <pubDate>Monday, 28 Jul 2008</pubDate>
        <description>Shows how to nest one master page within another.&lt;br /&gt;&lt;a href=&quot;tutorial-10-vb.aspx&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;tutorial-10-cs.aspx&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
    </item>
    <item>
        <dc:creator>Master Pages Tutorials</dc:creator>
        <title>Specifying the Master Page Programmatically</title>
        <link>tutorial-09-vb.aspxtutorial-09-vb.aspx</link>
        <pubDate>Monday, 28 Jul 2008</pubDate>
        <description>Looks at setting the content page&amp;#8217;s master page programmatically via the PreInit event handler.&lt;br /&gt;&lt;a href=&quot;tutorial-09-vb.aspx&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;tutorial-09-cs.aspx&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
    </item>
    <item>
        <dc:creator>Master Pages Tutorials</dc:creator>
        <title>Master Pages and ASP.NET AJAX</title>
        <link>tutorial-08-vb.aspxtutorial-08-vb.aspx</link>
        <pubDate>Friday, 11 Jul 2008</pubDate>
        <description>Discusses options for using ASP.NET AJAX and master pages. Looks at using the ScriptManagerProxy class; discusses how the various JS files are loaded depending on whether the ScriptManager is used in the Master page or Content page.&lt;br /&gt;&lt;a href=&quot;tutorial-08-vb.aspx&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;tutorial-08-cs.aspx&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
    </item>
    <item>
        <dc:creator>Master Pages Tutorials</dc:creator>
        <title>Interacting with the Content Page from the Master Page</title>
        <link>tutorial-07-vb.aspxtutorial-07-vb.aspx</link>
        <pubDate>Friday, 11 Jul 2008</pubDate>
        <description>Examines how to call methods, set properties, etc. of the Content Page from code in the Master Page. &lt;br /&gt;&lt;a href=&quot;tutorial-07-vb.aspx&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;tutorial-07-cs.aspx&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
    </item>
    <item>
        <dc:creator>Master Pages Tutorials</dc:creator>
        <title>Interacting with the Master Page from the Content Page</title>
        <link>tutorial-06-vb.aspxtutorial-06-vb.aspx</link>
        <pubDate>Friday, 11 Jul 2008</pubDate>
        <description>Examines how to call methods, set properties, etc. of the Master Page from code in the Content Page. &lt;br /&gt;&lt;a href=&quot;tutorial-06-vb.aspx&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;tutorial-06-cs.aspx&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
    </item>
    <item>
        <dc:creator>Master Pages Tutorials</dc:creator>
        <title>Control ID Naming in Content Pages</title>
        <link>tutorial-05-vb.aspxtutorial-05-vb.aspx</link>
        <pubDate>Tuesday, 10 Jun 2008</pubDate>
        <description>Illustrates how ContentPlaceHolder controls serve as a naming container and therefore make programmatically working with a control difficult (via FindConrol). Looks at this issue and workarounds. Also discusses how to programmatically access the resulting ClientID value. &lt;br /&gt;&lt;a href=&quot;tutorial-05-vb.aspx&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;tutorial-05-cs.aspx&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
    </item>
    <item>
        <dc:creator>Master Pages Tutorials</dc:creator>
        <title>URLs in Master Pages</title>
        <link>tutorial-04-vb.aspxtutorial-04-vb.aspx</link>
        <pubDate>Tuesday, 10 Jun 2008</pubDate>
        <description>Addresses how URLs in the master page can break due to the master page file being in a different relative directory than the content page. Looks at rebasing URLs via ~ in the declarative syntax and using ResolveUrl and ResolveClientUrl programmatically. (Also look at &lt;a href=&quot;http://msdn2.microsoft.com/en-us/library/system.web.virtualpathutility.aspx&quot;&gt;System.Web.VirtualPathUtility. ToAbsolute(url)&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;tutorial-04-vb.aspx&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;tutorial-04-cs.aspx&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
    </item>
    <item>
        <dc:creator>Master Pages Tutorials</dc:creator>
        <title>Specifying the Title, Meta Tags, and Other HTML Headers in the Master Page</title>
        <link>tutorial-03-vb.aspxtutorial-03-vb.aspx</link>
        <pubDate>Wednesday, 21 May 2008</pubDate>
        <description>Looks at different techniques for defining assorted &amp;lt;head&amp;gt; elements in the Master Page from the content page. &lt;br /&gt;&lt;a href=&quot;tutorial-03-vb.aspx&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;tutorial-03-cs.aspx&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
    </item>
    <item>
        <dc:creator>Master Pages Tutorials</dc:creator>
        <title>Multiple ContentPlaceHolders and Default Content</title>
        <link>tutorial-02-vb.aspxtutorial-02-vb.aspx</link>
        <pubDate>Wednesday, 21 May 2008</pubDate>
        <description>Examines how to add multiple content place holders to a master page as well as how to specify default content in the content place holders. &lt;br /&gt;&lt;a href=&quot;tutorial-02-vb.aspx&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;tutorial-02-cs.aspx&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
    </item>
    <item>
        <dc:creator>Master Pages Tutorials</dc:creator>
        <title>Creating a Site-Wide Layout Using Master Pages</title>
        <link>tutorial-01-vb.aspxtutorial-01-vb.aspx</link>
        <pubDate>Wednesday, 21 May 2008</pubDate>
        <description>This tutorial will show master page basics. Namely, what are master pages, how does one create a master page, what are content place holders, how does one create an ASP.NET page that uses a master page, how modifying the master page is automatically reflected in its associated content pages, and so on. &lt;br /&gt;&lt;a href=&quot;tutorial-01-vb.aspx&quot;&gt;View Visual Basic tutorial&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;tutorial-01-cs.aspx&quot;&gt;View Visual C# tutorial&lt;/a&gt;</description>
    </item>
</channel>
</rss>