﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebDesktop - Buttons of the webtoolbar in the UpdatePanel can not be clicked once more</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Buttons-of-the-webtoolbar-in-the-UpdatePanel-can-not-be-clicked-once-more/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Buttons of the webtoolbar in the UpdatePanel can not be clicked once more</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Buttons-of-the-webtoolbar-in-the-UpdatePanel-can-not-be-clicked-once-more/</link><pubDate>Tue, 23 Aug 2011 23:03:38 GMT</pubDate><dc:creator>Riendy</dc:creator><description>&lt;p&gt;Hi Xu,&lt;br /&gt;&lt;br /&gt;In this simple sample, you are using 2 update panel controls to handle WebToolBar and TextBox. Actually, you were right to use UpdatePanel for the TextBox. But, there's a little bit mistake when using updatePanel. WebToolBar already perform FlyPostBack, so that no need to use update panel for WebToolBar. It works as well as expectation on my end. &lt;br /&gt;Please see the attachment to see the code.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Regards.&lt;br /&gt;Riendy&lt;/p&gt;</description></item><item><title>Buttons of the webtoolbar in the UpdatePanel can not be clicked once more</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Buttons-of-the-webtoolbar-in-the-UpdatePanel-can-not-be-clicked-once-more/</link><pubDate>Tue, 23 Aug 2011 02:57:59 GMT</pubDate><dc:creator>gavin</dc:creator><description>&lt;p&gt;&lt;span style="font-size: 11pt"&gt;Hello&lt;/span&gt; &lt;span style="font-size: 11pt"&gt;Riendy , &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;   &lt;span style="font-size: 11pt"&gt;Thank you for your reply . I have made a simple runable sample base on the sample you provided . The issue still exist . The sample is in the attach file .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;  &lt;span style="font-size: 11pt"&gt; Thank you very much !&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Buttons of the webtoolbar in the UpdatePanel can not be clicked once more</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Buttons-of-the-webtoolbar-in-the-UpdatePanel-can-not-be-clicked-once-more/</link><pubDate>Tue, 23 Aug 2011 00:09:47 GMT</pubDate><dc:creator>Riendy</dc:creator><description>&lt;p&gt;Hi Xu,&lt;br /&gt;&lt;br /&gt;I also have tried to execute a code in background program, just for checking How many times the button able to call. And it works fine on my end. Could you please give me a simple runable sample that reproduce your issue ?&lt;br /&gt;To maximize the performance, I think you should use WebFlyPostBackManager.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Thank you.&lt;br /&gt;Riendy&lt;/p&gt;</description></item><item><title>Buttons of the webtoolbar in the UpdatePanel can not be clicked once more</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Buttons-of-the-webtoolbar-in-the-UpdatePanel-can-not-be-clicked-once-more/</link><pubDate>Mon, 22 Aug 2011 20:25:44 GMT</pubDate><dc:creator>gavin</dc:creator><description>&lt;p&gt;&lt;span style="font-size: 11pt"&gt;Hello Riendy , &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;   &lt;span style="font-size: 11pt"&gt;Thank you for your help . I have seen your example . In the example , you excute the javascript code through clicking these buttons of the webtoolbar . However , I want to execute&amp;nbsp;some background program&amp;nbsp;, such as add or delete , through clicking these buttons . I do not know whether it is the reason to my problem .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;  &lt;span style="font-size: 11pt"&gt;Thank you !&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Buttons of the webtoolbar in the UpdatePanel can not be clicked once more</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Buttons-of-the-webtoolbar-in-the-UpdatePanel-can-not-be-clicked-once-more/</link><pubDate>Sun, 21 Aug 2011 23:55:16 GMT</pubDate><dc:creator>Riendy</dc:creator><description>&lt;p&gt;Hello Xu,&lt;br /&gt;&lt;br /&gt;Unfortunately, I could not replicate your issue on my end. I tried in simple sample that use WebToolBar inside UpdatePanel, and absolutely with scriptManager.&lt;/p&gt;&lt;p&gt;This sample works fine on my end. Please see my attachment. Is it possible for you to reproduce your issue on my simple sample ?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Thank you.&lt;br /&gt;Riendy&lt;/p&gt;</description></item><item><title>Buttons of the webtoolbar in the UpdatePanel can not be clicked once more</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Buttons-of-the-webtoolbar-in-the-UpdatePanel-can-not-be-clicked-once-more/</link><pubDate>Sun, 21 Aug 2011 10:25:04 GMT</pubDate><dc:creator>gavin</dc:creator><description>&lt;p&gt;&lt;span style="font-size: 11pt"&gt;Hi , &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;   &lt;span style="font-size: 11pt"&gt;When I use the webtoolbar , I find a problem . If I put the webtoolbar in the UpdatePanel , then I find the buttons&amp;nbsp;of the webtoolbar can only be clicked once . There will be no response when I click&amp;nbsp;the buttons of the webtoolbar&amp;nbsp;once again .&lt;/span&gt;&lt;/p&gt;&lt;pre&gt; &amp;lt;asp:UpdatePanel ID="UpdatePanel2" runat="server"&amp;gt;
    &amp;lt;ContentTemplate&amp;gt;
      &amp;lt;div id="Div_WTB"&amp;gt;
          &amp;lt;table cellpadding="0" cellspacing="0" border="0"&amp;gt;
            &amp;lt;tr&amp;gt;
              &amp;lt;ISWebDesktop:WebToolBar ID="WTB1" runat="server" DockingArea="Top" DockingRow="1" Caption="WebToolBar1" CommandSize="120px" Height="26px" ImageSize="16, 16" NewDockingArea="NotSet" NewDockingRow="0" NewIsFloat="Default" IntegratedTo="None"&amp;gt;
               &amp;lt;CommandClientSideEvents OnClick="WTB1_AddPage_OnClick" /&amp;gt;
               &amp;lt;Commands&amp;gt;
               &amp;lt;ISWebDesktop:ToolCommand Category="WebToolBar1" DisplayMode="TextAndImage" Image="~/Images/InterSoft/ToolBar/add.gif" Name="cmdAdd" Text="Add" ToolTip="Add" Type="Button"&amp;gt;
               &amp;lt;/ISWebDesktop:ToolCommand&amp;gt;
               &amp;lt;ISWebDesktop:ToolCommand Category="WebToolBar1" DisplayMode="TextAndImage" Image="~/Images/InterSoft/ToolBar/wg_Cancel.gif" Name="cmdDelete" Text="Delete" ToolTip="Delete" Type="Button"&amp;gt;
               &amp;lt;/ISWebDesktop:ToolCommand&amp;gt;
               &amp;lt;/Commands&amp;gt;
              &amp;lt;/ISWebDesktop:WebToolBar&amp;gt;
              &amp;lt;script&amp;gt;
                  WTB_Initialize_Common('&amp;lt;%= WTB1.ClientID %&amp;gt;');            
              &amp;lt;/script&amp;gt;
           &amp;lt;/tr&amp;gt;
       &amp;lt;/table&amp;gt;
     &amp;lt;/div&amp;gt;
  &amp;lt;/ContentTemplate&amp;gt;
&amp;lt;/asp:UpdatePanel&amp;gt;&lt;/pre&gt;
&lt;p&gt; &lt;span style="font-size: 11pt"&gt;&amp;nbsp; When I execute&amp;nbsp; the code above , I can only click the button of "Add" or "Delete" once , then I can not click these buttons . If I remove the UpdatePanel , then it back to normal . I want to know why .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 11pt"&gt;&amp;nbsp;&amp;nbsp; Anyone can help me ? Thanks a lot !&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>