<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: EPiServer web controls: MenuList and PageTree</title>
	<atom:link href="http://www.frederikvig.com/2009/08/episerver-web-controls-menulist-and-pagetree/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.frederikvig.com/2009/08/episerver-web-controls-menulist-and-pagetree/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=episerver-web-controls-menulist-and-pagetree</link>
	<description></description>
	<lastBuildDate>Fri, 10 Sep 2010 10:23:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Frederik Vig</title>
		<link>http://www.frederikvig.com/2009/08/episerver-web-controls-menulist-and-pagetree/comment-page-1/#comment-232</link>
		<dc:creator>Frederik Vig</dc:creator>
		<pubDate>Mon, 29 Mar 2010 15:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederikvig.com/?p=141#comment-232</guid>
		<description>We&#039;re using the MenuList controller you created for your main navigation by making it available through a publich property (MenuList), which we then use to set SubMenu&#039;s public MenuList property. We then set SubMenu&#039;s PageLink property to the main navigations OpenTopPage (which holds a PageReference to the &quot;top&quot; page that the user is on).

Hope this helps.

Frederik</description>
		<content:encoded><![CDATA[<p>We&#8217;re using the MenuList controller you created for your main navigation by making it available through a publich property (MenuList), which we then use to set SubMenu&#8217;s public MenuList property. We then set SubMenu&#8217;s PageLink property to the main navigations OpenTopPage (which holds a PageReference to the &#8220;top&#8221; page that the user is on).</p>
<p>Hope this helps.</p>
<p>Frederik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Judd</title>
		<link>http://www.frederikvig.com/2009/08/episerver-web-controls-menulist-and-pagetree/comment-page-1/#comment-231</link>
		<dc:creator>Alex Judd</dc:creator>
		<pubDate>Mon, 29 Mar 2010 13:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederikvig.com/?p=141#comment-231</guid>
		<description>Hi Frederik

That makes much more sense :-) 

I was assuming that in order for the PageTree object to know the &#039;OpenTopPage&#039; of the MenuList it would use the MenuList object we created for the Primary Navigation (called &#039;MainMenu&#039;)...

However the code you&#039;ve added makes total sense as you simply create a new MenuList object, a tad confusingly also called &#039;MenuList&#039; [nb: EPiServer do the same in their example so it must be standard confusing practice!] and then ask that to tell us it&#039;s &#039;OpenTopPage&#039; instead.

Let me know if I&#039;m reading the code wrong here! :-) 

Thanks again

Alex</description>
		<content:encoded><![CDATA[<p>Hi Frederik</p>
<p>That makes much more sense <img src='http://www.frederikvig.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </p>
<p>I was assuming that in order for the PageTree object to know the &#8216;OpenTopPage&#8217; of the MenuList it would use the MenuList object we created for the Primary Navigation (called &#8216;MainMenu&#8217;)&#8230;</p>
<p>However the code you&#8217;ve added makes total sense as you simply create a new MenuList object, a tad confusingly also called &#8216;MenuList&#8217; [nb: EPiServer do the same in their example so it must be standard confusing practice!] and then ask that to tell us it&#8217;s &#8216;OpenTopPage&#8217; instead.</p>
<p>Let me know if I&#8217;m reading the code wrong here! <img src='http://www.frederikvig.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </p>
<p>Thanks again</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frederik Vig</title>
		<link>http://www.frederikvig.com/2009/08/episerver-web-controls-menulist-and-pagetree/comment-page-1/#comment-221</link>
		<dc:creator>Frederik Vig</dc:creator>
		<pubDate>Sun, 28 Mar 2010 11:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederikvig.com/?p=141#comment-221</guid>
		<description>Hi Alex
Thanks for the feedback! I&#039;ve updated the post now (was some code missing).

Frederik</description>
		<content:encoded><![CDATA[<p>Hi Alex<br />
Thanks for the feedback! I&#8217;ve updated the post now (was some code missing).</p>
<p>Frederik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Judd</title>
		<link>http://www.frederikvig.com/2009/08/episerver-web-controls-menulist-and-pagetree/comment-page-1/#comment-220</link>
		<dc:creator>Alex Judd</dc:creator>
		<pubDate>Fri, 26 Mar 2010 15:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederikvig.com/?p=141#comment-220</guid>
		<description>Hi Frederik

Love your articles - better than the official EPiServer documentation by a long way!

In the above example, when you get to the PageList control you refer to the MenuList object as &#039;MenuList&#039; when I think it would probably be correct to refer to it as &#039;MainMenu&#039; as that is the instance that you created with the MenuList object in the first MenuList example?

As you can see we&#039;re learning very very slowly here :-)

Alex</description>
		<content:encoded><![CDATA[<p>Hi Frederik</p>
<p>Love your articles &#8211; better than the official EPiServer documentation by a long way!</p>
<p>In the above example, when you get to the PageList control you refer to the MenuList object as &#8216;MenuList&#8217; when I think it would probably be correct to refer to it as &#8216;MainMenu&#8217; as that is the instance that you created with the MenuList object in the first MenuList example?</p>
<p>As you can see we&#8217;re learning very very slowly here <img src='http://www.frederikvig.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EPiServer web controls: NewsList &#124; Frederik Vig - ASP.NET developer</title>
		<link>http://www.frederikvig.com/2009/08/episerver-web-controls-menulist-and-pagetree/comment-page-1/#comment-138</link>
		<dc:creator>EPiServer web controls: NewsList &#124; Frederik Vig - ASP.NET developer</dc:creator>
		<pubDate>Sun, 20 Dec 2009 13:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederikvig.com/?p=141#comment-138</guid>
		<description>[...] EPiServer web controls: MenuList and PageTree [...]</description>
		<content:encoded><![CDATA[<p>[...] EPiServer web controls: MenuList and PageTree [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EPiServer web controls: Property &#124; Frederik Vig - ASP.NET developer</title>
		<link>http://www.frederikvig.com/2009/08/episerver-web-controls-menulist-and-pagetree/comment-page-1/#comment-137</link>
		<dc:creator>EPiServer web controls: Property &#124; Frederik Vig - ASP.NET developer</dc:creator>
		<pubDate>Sun, 20 Dec 2009 13:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederikvig.com/?p=141#comment-137</guid>
		<description>[...] EPiServer web controls: MenuList and PageTree [...]</description>
		<content:encoded><![CDATA[<p>[...] EPiServer web controls: MenuList and PageTree [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Part 4: Creating the standard page – Create an EPiServer site from scratch &#124; Frederik Vig - ASP.NET developer</title>
		<link>http://www.frederikvig.com/2009/08/episerver-web-controls-menulist-and-pagetree/comment-page-1/#comment-126</link>
		<dc:creator>Part 4: Creating the standard page – Create an EPiServer site from scratch &#124; Frederik Vig - ASP.NET developer</dc:creator>
		<pubDate>Wed, 16 Dec 2009 08:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederikvig.com/?p=141#comment-126</guid>
		<description>[...] in a previous blog post written about the PageTree control. That post describes it pretty well, so I&#8217;m not going to repeat it here. Instead I&#8217;ll [...]</description>
		<content:encoded><![CDATA[<p>[...] in a previous blog post written about the PageTree control. That post describes it pretty well, so I&#8217;m not going to repeat it here. Instead I&#8217;ll [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Part 2: Creating a foundation &#8211; Create an EPiServer site from scratch &#124; Frederik Vig - ASP.NET developer</title>
		<link>http://www.frederikvig.com/2009/08/episerver-web-controls-menulist-and-pagetree/comment-page-1/#comment-82</link>
		<dc:creator>Part 2: Creating a foundation &#8211; Create an EPiServer site from scratch &#124; Frederik Vig - ASP.NET developer</dc:creator>
		<pubDate>Sun, 06 Dec 2009 23:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederikvig.com/?p=141#comment-82</guid>
		<description>[...] used in this code, I recommend checking out my blog posts: EPiServer web controls: Property and EPiServer web controls: MenuList and PageTree. &lt;%@ Control Language=&quot;C#&quot; AutoEventWireup=&quot;true&quot; [...]</description>
		<content:encoded><![CDATA[<p>[...] used in this code, I recommend checking out my blog posts: EPiServer web controls: Property and EPiServer web controls: MenuList and PageTree. &lt;%@ Control Language=&quot;C#&quot; AutoEventWireup=&quot;true&quot; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EPiServer web controls: PageList &#124; Frederik Vig - ASP.NET developer</title>
		<link>http://www.frederikvig.com/2009/08/episerver-web-controls-menulist-and-pagetree/comment-page-1/#comment-13</link>
		<dc:creator>EPiServer web controls: PageList &#124; Frederik Vig - ASP.NET developer</dc:creator>
		<pubDate>Sun, 16 Aug 2009 14:08:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederikvig.com/?p=141#comment-13</guid>
		<description>[...] EPiServer web controls: MenuList and PageTree [...]</description>
		<content:encoded><![CDATA[<p>[...] EPiServer web controls: MenuList and PageTree [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->