<?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: Workaround for using Web Parts with AJAX 1.0 UpdatePanel</title><link>http://forums.asp.net/thread/3372838.aspx</link><pubDate>Thu, 27 Aug 2009 15:04:20 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3372838</guid><dc:creator>Luz</dc:creator><author>Luz</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3372838.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=3372838</wfw:commentRss><description>&lt;p&gt;Thanks for all informaticon, has be very usefull for me... but i
have a problem now... in firefox work fine and in opera to but en IE
second drag and drop fail... &lt;/p&gt;&lt;p&gt;
the error is in the ScriptResource
and say &amp;quot;htmlfile: Error no especificado.&amp;quot; specific line &amp;quot;var
clientRect = element.getBoundingClientRect();&amp;quot;.... i have a custom
webpartmanager file inherit form
Microsoft.Web.Preview.UI.Controls.WebParts.WebPartManager and override
the method RegisterClientScript based on Sample.Web.UI.WebParts posted
in here&lt;/p&gt;&lt;p&gt;Please any help!&lt;/p&gt;&lt;p&gt;Thanks!&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Workaround for using Web Parts with AJAX 1.0 UpdatePanel</title><link>http://forums.asp.net/thread/3007493.aspx</link><pubDate>Sat, 14 Mar 2009 21:46:53 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3007493</guid><dc:creator>mishalas</dc:creator><author>mishalas</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3007493.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=3007493</wfw:commentRss><description>&lt;p&gt;I am using VS2008 and Ajax 1.0.&amp;nbsp; I am using a master page, and so at first had problems.&amp;nbsp; I have my webpartmanager on the master page (as well as the scriptmanager).&amp;nbsp; All I had to do was place it in its own updatepanel and then I can include zones on any content page inside update panels and it seems to work&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Just though this might help someone else.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Great work on figuring this out!&lt;/p&gt;</description></item><item><title>Re: Workaround for using Web Parts with AJAX 1.0 UpdatePanel</title><link>http://forums.asp.net/thread/2609900.aspx</link><pubDate>Tue, 09 Sep 2008 14:18:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2609900</guid><dc:creator>stealthboy2600</dc:creator><author>stealthboy2600</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2609900.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=2609900</wfw:commentRss><description>&lt;p&gt;I thought that perhaps the 3.5 .NET update would fix the firefox drag, but I can&amp;#39;t seem to get it to work, even trying with the July Futures as some of you have.&amp;nbsp; The issue for me is that in Firefox it&amp;#39;ll drag *once*, then after that lose the ability.&amp;nbsp; Works fine in IE and Safari.&amp;nbsp; Does anyone else have this issue?&amp;nbsp; What I&amp;#39;m trying to do with all this is fix a web part portal application that I have now that does the evil postback on every action verb, move, etc.&amp;nbsp; I want to use an updatepanel so I can avoid the page reload, hence my trip down this rabbit hole...&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Specifically, here&amp;#39;s what I have:&amp;nbsp; Visual Studio 2005, ASP.NET 3.5 updates,&amp;nbsp; July 2007 Futures.&lt;/p&gt;&lt;p&gt;&amp;nbsp;The code is very simple:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;pre class="coloredcode"&gt; &amp;lt;&lt;span class="tag"&gt;asp:ScriptManager&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;ScriptManager1&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt; /&amp;gt;
        
        &amp;lt;&lt;span class="tag"&gt;div&lt;/span&gt;&amp;gt;
        
        &amp;lt;&lt;span class="tag"&gt;asp:UpdatePanel&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;panel&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&amp;gt;
        &amp;lt;&lt;span class="tag"&gt;ContentTemplate&lt;/span&gt;&amp;gt;
        
            &amp;lt;&lt;span class="tag"&gt;cc1:WebPartManager&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;WebPartManager1&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&amp;gt;
            &amp;lt;/&lt;span class="tag"&gt;cc1:WebPartManager&lt;/span&gt;&amp;gt;
            
            &amp;lt;&lt;span class="tag"&gt;cc1:WebPartZone&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;WebPartZone1&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&amp;gt;
                &amp;lt;&lt;span class="tag"&gt;ZoneTemplate&lt;/span&gt;&amp;gt;
                    &amp;lt;&lt;span class="tag"&gt;asp:Calendar&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;Calendar1&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&amp;gt;&amp;lt;/&lt;span class="tag"&gt;asp:Calendar&lt;/span&gt;&amp;gt;
                &amp;lt;/&lt;span class="tag"&gt;ZoneTemplate&lt;/span&gt;&amp;gt;
              
            &amp;lt;/&lt;span class="tag"&gt;cc1:WebPartZone&lt;/span&gt;&amp;gt;
            
           
            &amp;lt;&lt;span class="tag"&gt;cc1:WebPartZone&lt;/span&gt;&lt;span class="attr"&gt; ID=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;WebPartZone2&amp;quot;&lt;/span&gt;&lt;span class="attr"&gt; runat=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;server&amp;quot;&lt;/span&gt;&amp;gt;
            &amp;lt;/&lt;span class="tag"&gt;cc1:WebPartZone&lt;/span&gt;&amp;gt;
        
        &amp;lt;/&lt;span class="tag"&gt;ContentTemplate&lt;/span&gt;&amp;gt;
        &amp;lt;/&lt;span class="tag"&gt;asp:UpdatePanel&lt;/span&gt;&amp;gt;
       
        &amp;lt;/&lt;span class="tag"&gt;div&lt;/span&gt;&amp;gt;&lt;/pre&gt;&amp;nbsp;</description></item><item><title>Re: Workaround for using Web Parts with AJAX 1.0 UpdatePanel</title><link>http://forums.asp.net/thread/2470505.aspx</link><pubDate>Mon, 07 Jul 2008 04:59:54 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2470505</guid><dc:creator>vinz</dc:creator><author>vinz</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2470505.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=2470505</wfw:commentRss><description>&lt;p&gt;Hi Mike,&lt;/p&gt;&lt;p&gt;Drag and Drop of WebParts in different browsers works fine using WebParts Futures in 3.5 version. However i have some issue here.. Actually I have created a Custom CatalogZone that was derive from the base class where it allows user to be a able to drag and drop WebParts from that Catalog to WebZones. This part works fine when i use the Standard WebPartManager on the Page but when I use the FUTURE WebPartManager on the Page then i get a JavaScript error &amp;quot;WebPart_OnDragEnd is undefine&amp;quot;? and because of that error I can no longer drag and drop parts form Catalog to WebZones..&amp;nbsp; I debug it many times, test it many times, googling a lot with no luck.. I believe that it&amp;#39;s something to do with the Future WebPartManager becuase it works fine in standard WPM.. &lt;/p&gt;&lt;p&gt;Do you have any idea about this issue Mike?&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Workaround for using Web Parts with AJAX 1.0 UpdatePanel</title><link>http://forums.asp.net/thread/2435146.aspx</link><pubDate>Thu, 19 Jun 2008 23:12:41 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2435146</guid><dc:creator>newmajiajia</dc:creator><author>newmajiajia</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2435146.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=2435146</wfw:commentRss><description>&lt;p&gt;Mike,&lt;/p&gt;
&lt;p&gt;Your code works fine, which is great news for all webpart users!&lt;/p&gt;
&lt;p&gt;However, I do got another problem on this in firefox...&lt;/p&gt;
&lt;p&gt;I had one user control (implements IWebpart interface) which already use AJAX function. Original I had one updatePanel in it with some javascript, such as (BeginRequestHandler and etc). This works fine with my original webparts program for both IE and Firefox ( I use AJAX future + AJAX extension 1.0). I mean it did partial update well. (The only problem for my previous webparts application is drag/drop full postback for both IE and FF). &lt;/p&gt;
&lt;p&gt;When I use your code, I have to change the &amp;lt;&lt;font color="#a31515" size="2"&gt;asp&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;ScriptManager&amp;gt; to &lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;asp&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;ScriptManagerProxy&amp;gt; in my user control, but the usercontrol did full page postback in Firefox ( in IE it is fine.) Did you get chance to test your way will work for FF if you have a complex user control, such as nested update panel?&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;nbsp;Thanks&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#a31515"&gt;Eric&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;</description></item><item><title>Re: Workaround for using Web Parts with AJAX 1.0 UpdatePanel</title><link>http://forums.asp.net/thread/2434575.aspx</link><pubDate>Thu, 19 Jun 2008 17:42:44 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2434575</guid><dc:creator>mharder</dc:creator><author>mharder</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2434575.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=2434575</wfw:commentRss><description>&lt;p&gt;As I said above, you need to use the latest version of the ASP.NET Futures.&amp;nbsp; It&amp;#39;s a separate download available on &lt;a href="http://www.asp.net/"&gt;www.asp.net&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Re: Workaround for using Web Parts with AJAX 1.0 UpdatePanel</title><link>http://forums.asp.net/thread/2433966.aspx</link><pubDate>Thu, 19 Jun 2008 14:11:03 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2433966</guid><dc:creator>karpach96</dc:creator><author>karpach96</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2433966.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=2433966</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I am using Visual Studio 2008 Team System (Developer Edition).&lt;/p&gt;&lt;p&gt;I can&amp;#39;t find &lt;font color="#0000ff" size="2"&gt;Microsoft.Web.Preview library anywhere, so I used regular Webparts controls and ScriptManager.&lt;/font&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I copy paste your code from above. However, drag and drop still doesn&amp;#39;t work in Firefox.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Workaround for using Web Parts with AJAX 1.0 UpdatePanel</title><link>http://forums.asp.net/thread/2429383.aspx</link><pubDate>Tue, 17 Jun 2008 20:37:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2429383</guid><dc:creator>mharder</dc:creator><author>mharder</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2429383.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=2429383</wfw:commentRss><description>&lt;p&gt;My solution should do exactly what you describe.&lt;/p&gt;</description></item><item><title>Re: Workaround for using Web Parts with AJAX 1.0 UpdatePanel</title><link>http://forums.asp.net/thread/2429190.aspx</link><pubDate>Tue, 17 Jun 2008 19:04:24 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2429190</guid><dc:creator>newmajiajia</dc:creator><author>newmajiajia</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2429190.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=2429190</wfw:commentRss><description>&lt;p&gt;Hi Mike,&lt;/p&gt;
&lt;p&gt;Can you post more for your solution?&lt;/p&gt;
&lt;p&gt;I still got problem with that... I need a framework which allow me drag and drop in both IE and FF, Safari, and I do not want to whole page postback for drag/drop activity.&lt;/p&gt;
&lt;p&gt;Let me know whether it is true.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Eric&lt;/p&gt;</description></item><item><title>Re: Workaround for using Web Parts with AJAX 1.0 UpdatePanel</title><link>http://forums.asp.net/thread/2290008.aspx</link><pubDate>Thu, 10 Apr 2008 19:32:32 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2290008</guid><dc:creator>tyeow</dc:creator><author>tyeow</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2290008.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=2290008</wfw:commentRss><description>&lt;p&gt;Hi, David,&lt;/p&gt;
&lt;p&gt;Thansk for this, it works great using the Sample.Web.UI.WebParts.dll in release folder, however when Compiled using your code&amp;nbsp;in VS2005, drag and drop/verb click stop working after any postback.&lt;/p&gt;
&lt;p&gt;I noticed that the reference for System.Web.UI.ScriptManager is missing when first loading the soultion file in vs2005 so I added the reference to System.Web.Extensions back but vs2005 notified that System.Web.Extensions is in framework 3.5 while the project is 2.0, I went ahead and added 3.5 anyway and compiled successfully but as mentioned earlier, this newly compiled DLL doesn&amp;#39;t allow drag and drop/verb click after the first postback.&lt;/p&gt;
&lt;p&gt;I would really appreciate if anybody that got this working can shed some light here as what I did wrong/missed.&lt;/p&gt;
&lt;p&gt;Thanks guys.&lt;/p&gt;
&lt;p&gt;* Solved, 2.0 System.Web.Extensions should indeed be used.&lt;/p&gt;</description></item><item><title>Re: Workaround for using Web Parts with AJAX 1.0 UpdatePanel</title><link>http://forums.asp.net/thread/2265509.aspx</link><pubDate>Mon, 31 Mar 2008 07:03:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2265509</guid><dc:creator>sivavenugopal</dc:creator><author>sivavenugopal</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2265509.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=2265509</wfw:commentRss><description>&lt;p&gt;Hi Rob,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you send the code written for webparts to work both in IE and Firefox. I did the same thing that you have given but it is not working for me. Please give the sample code for reference and also for the first time loading the Drag n&amp;nbsp;Drop is not working after post back of Updatepanel it is working fine. Can you please tell me the reason for the same if possible.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Workaround for using Web Parts with AJAX 1.0 UpdatePanel</title><link>http://forums.asp.net/thread/2227058.aspx</link><pubDate>Wed, 12 Mar 2008 03:12:31 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2227058</guid><dc:creator>sivavenugopal</dc:creator><author>sivavenugopal</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2227058.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=2227058</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am using Webparts in the Ajax 1.0 Update Panel. I have used the workaround to get the Drag and drop in the IE and Firefox also. But I am disabling some or all verbs of the webparts according to the requirement. But i am unable to use WebPartverbRendermode as Menu type i am able to use only titlebar type only. Please let me know the solution for the same.&lt;/p&gt;
&lt;p&gt;I am using Infragistics Ultra WebChart controls in the webparts. With this work around of firefox support&amp;nbsp;i could not able to drag and drop the webpart in the IE.Other webparts which doesn&amp;#39;t have the chart control can able to drag and drop.&lt;/p&gt;</description></item><item><title>Re: Workaround for using Web Parts with AJAX 1.0 UpdatePanel</title><link>http://forums.asp.net/thread/2160663.aspx</link><pubDate>Fri, 08 Feb 2008 02:00:55 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2160663</guid><dc:creator>mharder</dc:creator><author>mharder</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2160663.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=2160663</wfw:commentRss><description>&lt;p&gt;Works for me.&amp;nbsp; I&amp;#39;m using .Net Framework 3.5 RTM and the latest version of the ASP.NET Futures.&amp;nbsp; Here&amp;#39;s my sample page:&lt;/p&gt;&lt;font size="2"&gt;
&lt;p&gt;&amp;lt;%&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;@&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;Register&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;Assembly&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Microsoft.Web.Preview&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;Namespace&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;Microsoft.Web.Preview.UI.Controls.WebParts&amp;quot; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;TagPrefix&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;cc1&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; %&amp;gt;&lt;/font&gt;&lt;/p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;asp&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;ScriptManager&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;ID&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;ScriptManager1&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;runat&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;server&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;/&amp;gt;&lt;br /&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;asp&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;UpdatePanel&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;ID&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;up1&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;runat&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;ContentTemplate&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;br /&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;cc1&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;WebPartManager&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;ID&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;wpm1&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;runat&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;server&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;/&amp;gt;&lt;br /&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;cc1&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;WebPartZone&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;ID&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;wpz1&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;runat&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;ZoneTemplate&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/font&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;asp&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;Label&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;ID&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;label1&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;runat&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;server&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;asp&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;Label&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;ID&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;label2&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;runat&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;server&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff"&gt;&lt;font size="2"&gt;&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;ZoneTemplate&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;cc1&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;WebPartZone&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;br /&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;ContentTemplate&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;br /&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;asp&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;:&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;UpdatePanel&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;</description></item><item><title>Re: Workaround for using Web Parts with AJAX 1.0 UpdatePanel</title><link>http://forums.asp.net/thread/2138748.aspx</link><pubDate>Tue, 29 Jan 2008 06:13:44 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2138748</guid><dc:creator>sivavenugopal</dc:creator><author>sivavenugopal</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2138748.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=2138748</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;nbsp;am also using the Webparts in an Update Panel and with the work around Drag and Drop is working fine with IE. But Drag and Drop is not working in FF. I have tried the&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;pre class="coloredcode"&gt;&lt;span class="kwd"&gt;&lt;font color="#0000ff"&gt;public void&lt;/font&gt;&lt;/span&gt; InitScript()&lt;br /&gt;{&lt;br /&gt;    &lt;span class="kwd"&gt;&lt;font color="#0000ff"&gt;this&lt;/font&gt;&lt;/span&gt;.RegisterClientScript();&lt;br /&gt;}&lt;/pre&gt;&lt;pre class="coloredcode"&gt;also but it is also not working. I have tried with the Microsoft.Web.Preview.dll and it is also not working.&lt;/pre&gt;&lt;pre class="coloredcode"&gt;Please let me know if there any work around to get the Drag and Drop funtionality both in IE and FF.&lt;/pre&gt;</description></item><item><title>Re: Workaround for using Web Parts with AJAX 1.0 UpdatePanel</title><link>http://forums.asp.net/thread/2057410.aspx</link><pubDate>Thu, 13 Dec 2007 10:12:15 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2057410</guid><dc:creator>ketaki_pore</dc:creator><author>ketaki_pore</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2057410.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=145&amp;PostID=2057410</wfw:commentRss><description>&lt;p&gt;This really helped me. &lt;/p&gt;
&lt;p&gt;Thanks a lot,&lt;/p&gt;
&lt;p&gt;Ketaki&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>