<?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: Templates-based menu control for SharePoint</title>
	<atom:link href="http://blog.mastykarz.nl/templates-based-menu-control-sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mastykarz.nl/templates-based-menu-control-sharepoint/</link>
	<description>Innovation Matters &#124; SharePoint Server MVP &#124; ISSN 2210-9390</description>
	<lastBuildDate>Thu, 09 Feb 2012 05:22:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Elliot Wood</title>
		<link>http://blog.mastykarz.nl/templates-based-menu-control-sharepoint/comment-page-1/#comment-86058</link>
		<dc:creator>Elliot Wood</dc:creator>
		<pubDate>Wed, 20 Jul 2011 04:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/templates-based-menu-control-sharepoint/#comment-86058</guid>
		<description>Add property
        /// 
        /// Defaults the starting node to the current web.
        /// 
        /// 
        /// &lt;code&gt;
        /// DefaultToCurrentWeb = true;
        /// &lt;/code&gt;
        /// would result in StartingNode = SPContext.Current.Web.ServerRelativeUrl;
        /// 
        public bool DefaultToCurrentWeb { get; set; }

and replace add below to SetStartingNode()

            if (DefaultToCurrentWeb)
            {
                StartingNode = SPContext.Current.Web.ServerRelativeUrl;
            }</description>
		<content:encoded><![CDATA[<p>Add property<br />
        ///<br />
        /// Defaults the starting node to the current web.<br />
        ///<br />
        ///<br />
        /// <code><br />
        /// DefaultToCurrentWeb = true;<br />
        /// </code><br />
        /// would result in StartingNode = SPContext.Current.Web.ServerRelativeUrl;<br />
        ///<br />
        public bool DefaultToCurrentWeb { get; set; }</p>
<p>and replace add below to SetStartingNode()</p>
<p>            if (DefaultToCurrentWeb)<br />
            {<br />
                StartingNode = SPContext.Current.Web.ServerRelativeUrl;<br />
            }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Custom site navigation for publishing sites</title>
		<link>http://blog.mastykarz.nl/templates-based-menu-control-sharepoint/comment-page-1/#comment-54950</link>
		<dc:creator>Custom site navigation for publishing sites</dc:creator>
		<pubDate>Sat, 28 Aug 2010 11:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/templates-based-menu-control-sharepoint/#comment-54950</guid>
		<description>[...] point of view. I have seen lots of custom menu controls but that couldn&#8217;t impress me except Waldek Mastykarz&#8217;s custom menu cotrol. From this control inspiration, i have created my own neat and transparent menu [...]</description>
		<content:encoded><![CDATA[<p>[...] point of view. I have seen lots of custom menu controls but that couldn&#039;t impress me except Waldek Mastykarz&#039;s custom menu cotrol. From this control inspiration, i have created my own neat and transparent menu [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sneyre</title>
		<link>http://blog.mastykarz.nl/templates-based-menu-control-sharepoint/comment-page-1/#comment-47330</link>
		<dc:creator>sneyre</dc:creator>
		<pubDate>Sun, 02 May 2010 18:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/templates-based-menu-control-sharepoint/#comment-47330</guid>
		<description>Hi Waldeck,

it can not be enforced by one of the parameters of the templatedmenu control ( SiteMapProvider ?).
Thx</description>
		<content:encoded><![CDATA[<p>Hi Waldeck,</p>
<p>it can not be enforced by one of the parameters of the templatedmenu control ( SiteMapProvider ?).<br />
Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/templates-based-menu-control-sharepoint/comment-page-1/#comment-47253</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Sat, 01 May 2010 07:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/templates-based-menu-control-sharepoint/#comment-47253</guid>
		<description>@sneyre: sure, you can either set every site to inherit the global navigation from the parent or just hard-code the menu in the Master Page.</description>
		<content:encoded><![CDATA[<p>@sneyre: sure, you can either set every site to inherit the global navigation from the parent or just hard-code the menu in the Master Page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sneyre</title>
		<link>http://blog.mastykarz.nl/templates-based-menu-control-sharepoint/comment-page-1/#comment-47251</link>
		<dc:creator>sneyre</dc:creator>
		<pubDate>Sat, 01 May 2010 06:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/templates-based-menu-control-sharepoint/#comment-47251</guid>
		<description>Hi Waldek,
is there a way to force that all subsites get the same top navigation as the top level site such that subsite are unable to have their own global navigation?
thx
neyre</description>
		<content:encoded><![CDATA[<p>Hi Waldek,<br />
is there a way to force that all subsites get the same top navigation as the top level site such that subsite are unable to have their own global navigation?<br />
thx<br />
neyre</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/templates-based-menu-control-sharepoint/comment-page-1/#comment-43888</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Mon, 01 Mar 2010 05:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/templates-based-menu-control-sharepoint/#comment-43888</guid>
		<description>@Raf: Cool! Great to hear that :D</description>
		<content:encoded><![CDATA[<p>@Raf: Cool! Great to hear that :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raf</title>
		<link>http://blog.mastykarz.nl/templates-based-menu-control-sharepoint/comment-page-1/#comment-43880</link>
		<dc:creator>Raf</dc:creator>
		<pubDate>Mon, 01 Mar 2010 02:20:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/templates-based-menu-control-sharepoint/#comment-43880</guid>
		<description>Hi Waldek,

I have successfully migrated this Menu into VB. I  have also incorporated the latest Jquery. There was a minor code error that I did :)

Thanks,
Raf</description>
		<content:encoded><![CDATA[<p>Hi Waldek,</p>
<p>I have successfully migrated this Menu into VB. I  have also incorporated the latest Jquery. There was a minor code error that I did :)</p>
<p>Thanks,<br />
Raf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raf</title>
		<link>http://blog.mastykarz.nl/templates-based-menu-control-sharepoint/comment-page-1/#comment-43864</link>
		<dc:creator>Raf</dc:creator>
		<pubDate>Sun, 28 Feb 2010 21:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/templates-based-menu-control-sharepoint/#comment-43864</guid>
		<description>Hey Waldek,

Thanks for you reply. There is something wrong with the eval. I replace it will regular text and it works fine. If I put the code up will you have a look at it?

thanks,
Raf</description>
		<content:encoded><![CDATA[<p>Hey Waldek,</p>
<p>Thanks for you reply. There is something wrong with the eval. I replace it will regular text and it works fine. If I put the code up will you have a look at it?</p>
<p>thanks,<br />
Raf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/templates-based-menu-control-sharepoint/comment-page-1/#comment-43832</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Sun, 28 Feb 2010 12:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/templates-based-menu-control-sharepoint/#comment-43832</guid>
		<description>@Raf: no, not really. There are two things that might be wrong. Either something went wrong while translating the code from C# to VB.NET or there are some minor differences between the languages that would make you use some different syntax.</description>
		<content:encoded><![CDATA[<p>@Raf: no, not really. There are two things that might be wrong. Either something went wrong while translating the code from C# to VB.NET or there are some minor differences between the languages that would make you use some different syntax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raf</title>
		<link>http://blog.mastykarz.nl/templates-based-menu-control-sharepoint/comment-page-1/#comment-43731</link>
		<dc:creator>Raf</dc:creator>
		<pubDate>Fri, 26 Feb 2010 21:22:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/templates-based-menu-control-sharepoint/#comment-43731</guid>
		<description>Hi There,

I converted you nav app into VB.net. This problem that I am getting is that the EVAL portion is not rendering the Title and the URL. I am however able to see the UL-&gt; LI tags. any suggestions?

Thanks,
Raf

P.S Good Article</description>
		<content:encoded><![CDATA[<p>Hi There,</p>
<p>I converted you nav app into VB.net. This problem that I am getting is that the EVAL portion is not rendering the Title and the URL. I am however able to see the UL-&gt; LI tags. any suggestions?</p>
<p>Thanks,<br />
Raf</p>
<p>P.S Good Article</p>
]]></content:encoded>
	</item>
</channel>
</rss>

