<?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&#038;utm_medium=rss&#038;utm_campaign=episerver-web-controls-menulist-and-pagetree</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 12:21:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Mathias Nohall</title>
		<link>http://www.frederikvig.com/2009/08/episerver-web-controls-menulist-and-pagetree/comment-page-1/#comment-7125</link>
		<dc:creator>Mathias Nohall</dc:creator>
		<pubDate>Mon, 27 Jun 2011 13:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederikvig.com/?p=141#comment-7125</guid>
		<description>Hello again!

I solved my problem. I used the newslist control instead of the menulist control and disabled the news item pages in admin mode and it worked :)</description>
		<content:encoded><![CDATA[<p>Hello again!</p>
<p>I solved my problem. I used the newslist control instead of the menulist control and disabled the news item pages in admin mode and it worked <img src='http://www.frederikvig.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias Nohall</title>
		<link>http://www.frederikvig.com/2009/08/episerver-web-controls-menulist-and-pagetree/comment-page-1/#comment-7123</link>
		<dc:creator>Mathias Nohall</dc:creator>
		<pubDate>Mon, 27 Jun 2011 12:46:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederikvig.com/?p=141#comment-7123</guid>
		<description>Hi!
Nice Guide! Helped me alot. Thanks!

However I am trying to use my submenu on somee selected pages only. For example I have a newslist page type where I list the subfoldered news item page types in a a menulist.

So when the sub menu container is in the masterpagefile, every single news item ends up in the sub menu. And I cant uncheck the &quot;enable in menus&quot; checkbox since then all my news dissapears from the list ( due to that I display them in a menulist ).

I have been working on a solution to my problem where I display my submenu in a standard page type template and not my news list page type template. However I canot bind the submenu and the mainmenu objects &quot; SubMenu.MenuList = MainMenu.MenuList; &quot; since the mainmenu is in the masterpagefile.

any ideas?</description>
		<content:encoded><![CDATA[<p>Hi!<br />
Nice Guide! Helped me alot. Thanks!</p>
<p>However I am trying to use my submenu on somee selected pages only. For example I have a newslist page type where I list the subfoldered news item page types in a a menulist.</p>
<p>So when the sub menu container is in the masterpagefile, every single news item ends up in the sub menu. And I cant uncheck the &#8220;enable in menus&#8221; checkbox since then all my news dissapears from the list ( due to that I display them in a menulist ).</p>
<p>I have been working on a solution to my problem where I display my submenu in a standard page type template and not my news list page type template. However I canot bind the submenu and the mainmenu objects &#8221; SubMenu.MenuList = MainMenu.MenuList; &#8221; since the mainmenu is in the masterpagefile.</p>
<p>any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.frederikvig.com/2009/08/episerver-web-controls-menulist-and-pagetree/comment-page-1/#comment-6818</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Wed, 16 Mar 2011 14:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederikvig.com/?p=141#comment-6818</guid>
		<description>Problem solved!

I needed to use OnInit insted of OnLoad in MainMenu.ascx.cs</description>
		<content:encoded><![CDATA[<p>Problem solved!</p>
<p>I needed to use OnInit insted of OnLoad in MainMenu.ascx.cs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.frederikvig.com/2009/08/episerver-web-controls-menulist-and-pagetree/comment-page-1/#comment-6817</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Wed, 16 Mar 2011 13:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.frederikvig.com/?p=141#comment-6817</guid>
		<description>Hi Frederik,

I have some trouble with this gettin a &quot;Object reference not set to an instance of an object&quot; on the SubMenu.PageLink = MenuList.OpenTopPage;

Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi Frederik,</p>
<p>I have some trouble with this gettin a &#8220;Object reference not set to an instance of an object&#8221; on the SubMenu.PageLink = MenuList.OpenTopPage;</p>
<p>Any ideas?</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-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>
</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! -->
