<?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: Putting a web part zone below the quick navigation menu</title>
	<atom:link href="http://www.novolocus.com/2008/10/28/putting-a-web-part-zone-below-the-quick-navigation-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.novolocus.com/2008/10/28/putting-a-web-part-zone-below-the-quick-navigation-menu/</link>
	<description>Whatever I'm working on, really...</description>
	<lastBuildDate>Tue, 20 Jul 2010 16:35:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bharath</title>
		<link>http://www.novolocus.com/2008/10/28/putting-a-web-part-zone-below-the-quick-navigation-menu/comment-page-1/#comment-6096</link>
		<dc:creator>Bharath</dc:creator>
		<pubDate>Sat, 14 Nov 2009 09:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=867#comment-6096</guid>
		<description>Hi,
I&#039;m using asp.net (C#).
I&#039;m working on webparts. I&#039;m able to move the controls from one WebPartZone to other easily. When I move the controls from WebPartZone1 to WebPartZone2, then all the controls (which are in Zone1 and Zone2) were appearing in WebPartZone2 only. 
But, actually, my requirement is, whenever, I move the controls from Zone1 to Zone2, then automatially, the controls in Zone2 will have to move to Zone1 (similary to iGoogle).
Can anyone please help me on achieving this.

Thanks in advance,

Bharath.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m using asp.net (C#).<br />
I&#8217;m working on webparts. I&#8217;m able to move the controls from one WebPartZone to other easily. When I move the controls from WebPartZone1 to WebPartZone2, then all the controls (which are in Zone1 and Zone2) were appearing in WebPartZone2 only.<br />
But, actually, my requirement is, whenever, I move the controls from Zone1 to Zone2, then automatially, the controls in Zone2 will have to move to Zone1 (similary to iGoogle).<br />
Can anyone please help me on achieving this.</p>
<p>Thanks in advance,</p>
<p>Bharath.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.novolocus.com/2008/10/28/putting-a-web-part-zone-below-the-quick-navigation-menu/comment-page-1/#comment-6061</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Mon, 19 Oct 2009 09:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=867#comment-6061</guid>
		<description>Not a recommended way of doing what?

Yes, you aren&#039;t able to add a web part inside a web part zone on a master page (Heck, you can&#039;t even add the web part zone). Indeed, I don&#039;t think that I was able to add one outside a web part zone either, all of which matches the thread you&#039;ve linked to.

What I was trying to do, though, was put a web part zone below left navigation - so that content authors could put useful web parts in there. Overriding the PlaceHolderLeftActions content placeholder did that correctly, and no differently to what happens with the PlaceHolderMain. You do need to be careful, though - some pages (in blogs and wikis particularly) do use the PlaceHolderLeftActions content area.</description>
		<content:encoded><![CDATA[<p>Not a recommended way of doing what?</p>
<p>Yes, you aren&#8217;t able to add a web part inside a web part zone on a master page (Heck, you can&#8217;t even add the web part zone). Indeed, I don&#8217;t think that I was able to add one outside a web part zone either, all of which matches the thread you&#8217;ve linked to.</p>
<p>What I was trying to do, though, was put a web part zone below left navigation &#8211; so that content authors could put useful web parts in there. Overriding the PlaceHolderLeftActions content placeholder did that correctly, and no differently to what happens with the PlaceHolderMain. You do need to be careful, though &#8211; some pages (in blogs and wikis particularly) do use the PlaceHolderLeftActions content area.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dashing_naina</title>
		<link>http://www.novolocus.com/2008/10/28/putting-a-web-part-zone-below-the-quick-navigation-menu/comment-page-1/#comment-6053</link>
		<dc:creator>dashing_naina</dc:creator>
		<pubDate>Sat, 17 Oct 2009 07:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=867#comment-6053</guid>
		<description>NO  its not recommened way of doing.
http://social.msdn.microsoft.com/Forums/en-US/sharepointcustomization/thread/9adb33b5-0492-46a9-a387-5c869a082707

1.       You can only add static web part in master page(outside web part zone), you cannot add dynamic one in master page.

2.       You should not place the web part in any , everything inside this tag will be replaced by content page. Instead, you should drag &amp; drop the OOB web part in side standard HTML tags. For example, I drag &amp; drop a OOB Tasks web part inside a , and it shows up in both SPD and site.</description>
		<content:encoded><![CDATA[<p>NO  its not recommened way of doing.<br />
<a href="http://social.msdn.microsoft.com/Forums/en-US/sharepointcustomization/thread/9adb33b5-0492-46a9-a387-5c869a082707" rel="nofollow">http://social.msdn.microsoft.com/Forums/en-US/sharepointcustomization/thread/9adb33b5-0492-46a9-a387-5c869a082707</a></p>
<p>1.       You can only add static web part in master page(outside web part zone), you cannot add dynamic one in master page.</p>
<p>2.       You should not place the web part in any , everything inside this tag will be replaced by content page. Instead, you should drag &amp; drop the OOB web part in side standard HTML tags. For example, I drag &amp; drop a OOB Tasks web part inside a , and it shows up in both SPD and site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.novolocus.com/2008/10/28/putting-a-web-part-zone-below-the-quick-navigation-menu/comment-page-1/#comment-5380</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 08 May 2009 10:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=867#comment-5380</guid>
		<description>Hmm. Did a bit of a check - some page layouts do insert blank content into the already blank placeholder - I wonder if that&#039;s what&#039;s happening? It doesn&#039;t sound like it based on BobC&#039;s description.

I&#039;ve not seen anything like that, though.</description>
		<content:encoded><![CDATA[<p>Hmm. Did a bit of a check &#8211; some page layouts do insert blank content into the already blank placeholder &#8211; I wonder if that&#8217;s what&#8217;s happening? It doesn&#8217;t sound like it based on BobC&#8217;s description.</p>
<p>I&#8217;ve not seen anything like that, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.novolocus.com/2008/10/28/putting-a-web-part-zone-below-the-quick-navigation-menu/comment-page-1/#comment-5378</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 08 May 2009 06:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=867#comment-5378</guid>
		<description>I seem to have the same problem as BobC; As far as I can see nothing is resetting page layout unless there is some hidden job?

This is most annoying as I want to make use of the white space under menus any ideas?

I was wondering if  PlaceholderLeftActions has some special purpose and the webparts get reset to last on page.

Help!</description>
		<content:encoded><![CDATA[<p>I seem to have the same problem as BobC; As far as I can see nothing is resetting page layout unless there is some hidden job?</p>
<p>This is most annoying as I want to make use of the white space under menus any ideas?</p>
<p>I was wondering if  PlaceholderLeftActions has some special purpose and the webparts get reset to last on page.</p>
<p>Help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.novolocus.com/2008/10/28/putting-a-web-part-zone-below-the-quick-navigation-menu/comment-page-1/#comment-5153</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Mon, 27 Apr 2009 13:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=867#comment-5153</guid>
		<description>Hmm. That&#039;s what happens when the web part zone that your web part is in doesn&#039;t exist - it seems to get dumped in the &#039;last&#039; one on the page.

Is your page layout being reset or anything?</description>
		<content:encoded><![CDATA[<p>Hmm. That&#8217;s what happens when the web part zone that your web part is in doesn&#8217;t exist &#8211; it seems to get dumped in the &#8216;last&#8217; one on the page.</p>
<p>Is your page layout being reset or anything?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BobC</title>
		<link>http://www.novolocus.com/2008/10/28/putting-a-web-part-zone-below-the-quick-navigation-menu/comment-page-1/#comment-5151</link>
		<dc:creator>BobC</dc:creator>
		<pubDate>Fri, 24 Apr 2009 17:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=867#comment-5151</guid>
		<description>I&#039;ve modified the page layouts for the standard sts site to include  a new web part zone.  Works fine, I can add my content to the zone.

Odd thing happens though.  After an undetermined amount of time, the content in that zone is dumped, landing at the bottom of the page, below the footer, not in a web part zone.

Any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve modified the page layouts for the standard sts site to include  a new web part zone.  Works fine, I can add my content to the zone.</p>
<p>Odd thing happens though.  After an undetermined amount of time, the content in that zone is dumped, landing at the bottom of the page, below the footer, not in a web part zone.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cj</title>
		<link>http://www.novolocus.com/2008/10/28/putting-a-web-part-zone-below-the-quick-navigation-menu/comment-page-1/#comment-4709</link>
		<dc:creator>cj</dc:creator>
		<pubDate>Thu, 20 Nov 2008 00:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=867#comment-4709</guid>
		<description>Great article. exaclty what I was looking for. Good thinking in adding it to the content control and overrriding the placeholdercontrol.
CJ</description>
		<content:encoded><![CDATA[<p>Great article. exaclty what I was looking for. Good thinking in adding it to the content control and overrriding the placeholdercontrol.<br />
CJ</p>
]]></content:encoded>
	</item>
</channel>
</rss>
