<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Web Parts and Personalization</title><link>http://forums.asp.net/145.aspx</link><description>Discussions of the new ASP.NET 2.0 portal framework.  &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=167&amp;c=30" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: How to Stop Only One Web Part From Moving</title><link>http://forums.asp.net/thread/3268848.aspx</link><pubDate>Wed, 01 Jul 2009 12:24:02 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3268848</guid><dc:creator>ramireddyindia</dc:creator><author>ramireddyindia</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3268848.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=3268848</wfw:commentRss><description>&lt;pre class="c-sharp" name="code"&gt;foreach(WebPart wp in WebPartZone1.WebParts)
{
   if(wp.Title == &amp;quot;your unwanted move webpart title here&amp;quot;)
       wp.AllowZoneChange = false;
}



&lt;/pre&gt;
&lt;p&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: How to Stop Only One Web Part From Moving</title><link>http://forums.asp.net/thread/3268724.aspx</link><pubDate>Wed, 01 Jul 2009 11:28:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3268724</guid><dc:creator>roman.kht</dc:creator><author>roman.kht</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3268724.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=3268724</wfw:commentRss><description>&lt;p&gt;It is valuable information but my problem is not solved yet. &lt;/p&gt;
&lt;p&gt;What I want is to stop only some webparts to be moved to particular webzones. &lt;/p&gt;
&lt;p&gt;For example, I have 4 zones. I can move 2nd and 3rd webparts to zone 1 but not 4th. Now how to restrict only this 4th webpart from moving there to 1st.&lt;/p&gt;
&lt;p&gt;I hope it&amp;#39;s much more clear now.&lt;/p&gt;</description></item><item><title>Re: How to Stop Only One Web Part From Moving</title><link>http://forums.asp.net/thread/3264562.aspx</link><pubDate>Mon, 29 Jun 2009 15:25:58 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3264562</guid><dc:creator>ramireddyindia</dc:creator><author>ramireddyindia</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3264562.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=3264562</wfw:commentRss><description>&lt;p&gt;webpart has a property, allowzonechange, set that propert to false for those webparts which you don&amp;#39;t wants to move.&lt;/p&gt;&lt;p&gt;foreach(WebPart wp in WebPartZone1.WebParts)&lt;/p&gt;&lt;p&gt;&amp;nbsp; wp.AllowZoneChange = false;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>How to Stop Only One Web Part From Moving</title><link>http://forums.asp.net/thread/3264260.aspx</link><pubDate>Mon, 29 Jun 2009 13:06:53 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3264260</guid><dc:creator>roman_kht</dc:creator><author>roman_kht</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3264260.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=3264260</wfw:commentRss><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am about to develop a new website. I have set the DisplayMode property to Design, so that I can move around the web parts. But I don&amp;#39;t want the right side web parts to be moved to the center area webzones and vice versa.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;How can I tackle this problem. Please let me know if further detail is required.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Regards,&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>