﻿<?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 - Webflypostbackmanager causing full postback</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Webflypostbackmanager-causing-full-postback/</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>Webflypostbackmanager causing full postback</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Webflypostbackmanager-causing-full-postback/</link><pubDate>Thu, 10 Sep 2009 04:53:02 GMT</pubDate><dc:creator>vinsdeon</dc:creator><category>WebFlyPostBackManager</category><description>&lt;p&gt;ok. Thank you&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Webflypostbackmanager causing full postback</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Webflypostbackmanager-causing-full-postback/</link><pubDate>Thu, 10 Sep 2009 03:59:58 GMT</pubDate><dc:creator>gordont</dc:creator><category>WebFlyPostBackManager</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Regarding the ImageButton with WebFlyPostBackManager issue has been fix by our development team. The fix will be included at out next hotfix release at the end of the month.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Gordon Tumewu&lt;/p&gt;</description></item><item><title>Webflypostbackmanager causing full postback</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Webflypostbackmanager-causing-full-postback/</link><pubDate>Tue, 08 Sep 2009 03:27:03 GMT</pubDate><dc:creator>gordont</dc:creator><category>WebFlyPostBackManager</category><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have migrate my sample from C# to VB but I dont get any issue. Here I attached my sample.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Gordon Tumewu&lt;/p&gt;</description></item><item><title>Webflypostbackmanager causing full postback</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Webflypostbackmanager-causing-full-postback/</link><pubDate>Tue, 08 Sep 2009 00:38:43 GMT</pubDate><dc:creator>vinsdeon</dc:creator><category>WebFlyPostBackManager</category><description>&lt;p&gt;In fact you could get the same error in your sample just by modifying your c# code with the corresponding VB code. It seems like C# has no issue. I wonder why. Hope you get the same error as mine.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Thanks.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Webflypostbackmanager causing full postback</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Webflypostbackmanager-causing-full-postback/</link><pubDate>Tue, 08 Sep 2009 00:25:58 GMT</pubDate><dc:creator>gordont</dc:creator><category>WebFlyPostBackManager</category><description>&lt;p&gt;Regarding the image button fullpostback issue, I have forward this to our development team and they will check it first. If the issue confirmed as a bug then we will fix it.&lt;/p&gt;
&lt;p&gt;About the error that you have in your page, I need to check your page first or could you modify my sample page so it can replicate your issue and send it back to me?&lt;/p&gt;</description></item><item><title>Webflypostbackmanager causing full postback</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Webflypostbackmanager-causing-full-postback/</link><pubDate>Mon, 07 Sep 2009 05:37:37 GMT</pubDate><dc:creator>vinsdeon</dc:creator><category>WebFlyPostBackManager</category><description>&lt;p&gt;One more thing. In the sample, asynchronous post works only for the asp button, while both imagebuttons are doing postabacks?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Webflypostbackmanager causing full postback</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Webflypostbackmanager-causing-full-postback/</link><pubDate>Mon, 07 Sep 2009 05:10:30 GMT</pubDate><dc:creator>vinsdeon</dc:creator><category>WebFlyPostBackManager</category><description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;I think you didnt get what am saying &lt;img style="border: medium none ;" src="../../../WebResources/Images/Community/Editor/smiley1.gif" id="" /&gt; . I said, the sample works fine for me, eventhough its html table. How? It throws no compile time or runtime error why?&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Webflypostbackmanager causing full postback</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Webflypostbackmanager-causing-full-postback/</link><pubDate>Mon, 07 Sep 2009 05:01:34 GMT</pubDate><dc:creator>Dicky</dc:creator><category>WebFlyPostBackManager</category><description>&lt;blockquote&gt;&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;The following line &lt;br /&gt;&lt;/p&gt;&lt;pre&gt;wfpmBlocks.ClientAction.RenderControl(Master1)&lt;/pre&gt;&lt;p&gt;throws error in my webpage. The reason simply was that Master1 is html table not asp table. However i cant understand that, its not giving any error in your sample. The only difference is that the solution provided by you is in C#Language and am working on VB language. On a normal case, the above line should throw error in both webpages, but its not. So an explanation is needed here&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt; Try to put Master1 into an ASP.NET panel (asp:panel) for e.g: panel1 and then you can try to render the panel instead of the Master1.&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;wfpmBlocks.ClientAction.RenderControl(panel1)&lt;/pre&gt;
&lt;p&gt; Hope this helps.&lt;/p&gt;&lt;br /&gt;
&lt;p /&gt;</description></item><item><title>Webflypostbackmanager causing full postback</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Webflypostbackmanager-causing-full-postback/</link><pubDate>Mon, 07 Sep 2009 04:55:19 GMT</pubDate><dc:creator>vinsdeon</dc:creator><category>WebFlyPostBackManager</category><description>&lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;The following line &lt;br /&gt;&lt;/p&gt;&lt;pre&gt;wfpmBlocks.ClientAction.RenderControl(Master1)&lt;/pre&gt;
&lt;p&gt;throws error in my webpage. The reason simply was that Master1 is html table not asp table. However i cant understand that, its not giving any error in your sample. The only difference is that the solution provided by you is in C#Language and am working on VB language. On a normal case, the above line should throw error in both webpages, but its not. So an explanation is needed here&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Webflypostbackmanager causing full postback</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Webflypostbackmanager-causing-full-postback/</link><pubDate>Mon, 07 Sep 2009 03:42:43 GMT</pubDate><dc:creator>vinsdeon</dc:creator><category>WebFlyPostBackManager</category><description>&lt;p&gt;Thanks for the sample. Its working fine for me. So am confused what would went wrong for me in my webpage. I will check that soon and will give you a reply. Or will reproduce the error on a simple sample if possible. however theres a performance penality as i can see from your sample. As you are colouring the first td, you are rendering it. dtc. But in my case the i dont know which td am gonna update. May all 56 tds ...that means inside a loop i have to call rendercontrol. Anyway let me check this on my page....&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Webflypostbackmanager causing full postback</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/Webflypostbackmanager-causing-full-postback/</link><pubDate>Thu, 27 Aug 2009 02:41:32 GMT</pubDate><dc:creator>vinsdeon</dc:creator><category>WebFlyPostBackManager</category><description>&lt;p&gt;&lt;span style=""&gt;&amp;nbsp;Hi&lt;/span&gt;&lt;span style="color: rgb(31, 73, 125);" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(31, 73, 125);"&gt;&amp;nbsp;&lt;/span&gt;   &lt;span style="color: rgb(31, 73, 125);"&gt;About webflypostback: I have tried using the samples and tutorials and played around doing some modifications. However when i applied webflypostbackmanager in my project, it is not working as it should be. The following is the design code of wfpm, if it would help.&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;pre&gt; &amp;lt;ISWebDesktop:WebFlyPostBackManager ID="wfpmBlocks" runat="server" EnableUIMode="true" UpdateMode="AllControls"&amp;gt;&lt;br /&gt; &amp;lt;FlyPostBackSettings PostControlState="True" PostHiddenFields="True" PostInputControls="True"&lt;br /&gt;      PostViewState="True"&amp;gt;&lt;br /&gt;&amp;lt;/FlyPostBackSettings&amp;gt;&lt;/pre&gt;
&lt;p&gt;However except one control all controls are causing fullpostback. And moreover only a partialupdate is caused. I will explain. My scenario is as follows. I have got an outer asp.net panel, and inside that an html table is located. For this table i have got two rows.On the first row i ve got a datepicker. On the second row, i have got another table with 9 rows and 8 td each. The design as follows. Full design is out of scope, hence am omitting 7 repeating rows.&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;table cellpadding="0" cellspacing="0" border="0" style="height: 100%; width: 100%;"&amp;gt;&lt;br /&gt;                        &amp;lt;tr&amp;gt;&lt;br /&gt;                            &amp;lt;td style="height: 1px;" colspan="2"&amp;gt;&lt;br /&gt;                                &amp;lt;table id="Tab1" runat="server" class="patient" width="100%"&amp;gt;&lt;br /&gt;                                    &amp;lt;tr&amp;gt;&lt;br /&gt;                                        &amp;lt;td class="calendar" style="white-space: nowrap; vertical-align: middle;"&amp;gt; The datepicker comes here&lt;br /&gt;                                        &amp;lt;/td&amp;gt;&lt;br /&gt;                                    &amp;lt;/tr&amp;gt;&lt;br /&gt;                                &amp;lt;/table&amp;gt;&lt;br /&gt;                            &amp;lt;/td&amp;gt;&lt;br /&gt;                        &amp;lt;/tr&amp;gt;&lt;br /&gt;                        &amp;lt;tr&amp;gt;&lt;br /&gt;                            &amp;lt;td style="width: 99%; height: 100%;"&amp;gt;&lt;br /&gt;                                &amp;lt;table border="1" id="Master1" runat="server" cellspacing="0" cellpadding="0" class="scheduleContainer"&amp;gt;&lt;br /&gt;                                    &amp;lt;tr id="mainRow" style="background-color: #D1DCEF;"&amp;gt;&lt;br /&gt;                                        &amp;lt;th style="width: 3%; height: 1px;"&amp;gt;&lt;br /&gt;                                            &amp;lt;asp:Label ID="lblWeek" Text="Week" runat="server" CssClass="scheduleHeader"&amp;gt;&amp;lt;/asp:Label&amp;gt;&lt;br /&gt;                                        &amp;lt;/th&amp;gt;&lt;br /&gt;                                        &amp;lt;th style="width: 14%;"&amp;gt;&lt;br /&gt;                                            &amp;lt;asp:Label ID="lblMonday" Text="Monday" runat="server" CssClass="scheduleHeader"&amp;gt;&amp;lt;/asp:Label&amp;gt;&lt;br /&gt;                                        &amp;lt;/th&amp;gt;&lt;br /&gt;                                        &amp;lt;th style="width: 14%;"&amp;gt;&lt;br /&gt;                                            &amp;lt;asp:Label ID="lblTuesday" Text="Tuesday" runat="server" CssClass="scheduleHeader"&amp;gt;&amp;lt;/asp:Label&amp;gt;&lt;br /&gt;                                        &amp;lt;/th&amp;gt;&lt;br /&gt;                                        &amp;lt;th style="width: 14%;"&amp;gt;&lt;br /&gt;                                            &amp;lt;asp:Label ID="lblWednesday" Text="Wednesday" runat="server" CssClass="scheduleHeader"&amp;gt;&amp;lt;/asp:Label&amp;gt;&lt;br /&gt;                                        &amp;lt;/th&amp;gt;&lt;br /&gt;                                        &amp;lt;th style="width: 14%;"&amp;gt;&lt;br /&gt;                                            &amp;lt;asp:Label ID="lblThursday" Text="Thursday" runat="server" CssClass="scheduleHeader"&amp;gt;&amp;lt;/asp:Label&amp;gt;&lt;br /&gt;                                        &amp;lt;/th&amp;gt;&lt;br /&gt;                                        &amp;lt;th style="width: 14%;"&amp;gt;&lt;br /&gt;                                            &amp;lt;asp:Label ID="lblFriday" Text="Friday" runat="server" CssClass="scheduleHeader"&amp;gt;&amp;lt;/asp:Label&amp;gt;&lt;br /&gt;                                        &amp;lt;/th&amp;gt;&lt;br /&gt;                                        &amp;lt;th style="width: 14%;"&amp;gt;&lt;br /&gt;                                            &amp;lt;asp:Label ID="lblSaturday" Text="Saturday" runat="server" CssClass="scheduleHeader"&amp;gt;&amp;lt;/asp:Label&amp;gt;&lt;br /&gt;                                        &amp;lt;/th&amp;gt;&lt;br /&gt;                                        &amp;lt;th style="width: 14%;"&amp;gt;&lt;br /&gt;                                            &amp;lt;asp:Label ID="lblSunday" Text="Sunday" runat="server" CssClass="scheduleHeader"&amp;gt;&amp;lt;/asp:Label&amp;gt;&lt;br /&gt;                                        &amp;lt;/th&amp;gt;&lt;br /&gt;                                    &amp;lt;/tr&amp;gt;&lt;br /&gt;                                    &amp;lt;tr&amp;gt;&lt;br /&gt;                                        &amp;lt;td style="height: 12.1%;"&amp;gt;&lt;br /&gt;                                            &amp;lt;asp:Label ID="wk1" runat="server" CssClass="scheduleLeftColumn"&amp;gt;&amp;lt;/asp:Label&amp;gt;&lt;br /&gt;                                        &amp;lt;/td&amp;gt;&lt;br /&gt;                                        &amp;lt;td&amp;gt;&lt;br /&gt;                                            &amp;lt;asp:Label ID="dtc1" runat="server" Width="100%" CssClass="scheduleDate" /&amp;gt;&lt;br /&gt;                                            &amp;lt;asp:Panel CssClass="scheduleDataHolder" runat="server" ID="d1"&amp;gt;&lt;br /&gt;                                            &amp;lt;/asp:Panel&amp;gt;&lt;br /&gt;                                        &amp;lt;/td&amp;gt;&lt;br /&gt;                                        &amp;lt;td&amp;gt;&lt;br /&gt;                                            &amp;lt;asp:Label ID="dtc2" runat="server" Width="100%" CssClass="scheduleDate" /&amp;gt;&lt;br /&gt;                                            &amp;lt;asp:Panel CssClass="scheduleDataHolder" runat="server" ID="d2"&amp;gt;&lt;br /&gt;                                            &amp;lt;/asp:Panel&amp;gt;&lt;br /&gt;                                        &amp;lt;/td&amp;gt;&lt;br /&gt;                                        &amp;lt;td&amp;gt;&lt;br /&gt;                                            &amp;lt;asp:Label ID="dtc3" runat="server" Text="i" Width="100%" CssClass="scheduleDate" /&amp;gt;&lt;br /&gt;                                            &amp;lt;asp:Panel CssClass="scheduleDataHolder" runat="server" ID="d3"&amp;gt;&lt;br /&gt;                                            &amp;lt;/asp:Panel&amp;gt;&lt;br /&gt;                                        &amp;lt;/td&amp;gt;&lt;br /&gt;                                        &amp;lt;td&amp;gt;&lt;br /&gt;                                            &amp;lt;asp:Label ID="dtc4" runat="server" Text="i" Width="100%" CssClass="scheduleDate" /&amp;gt;&lt;br /&gt;                                            &amp;lt;asp:Panel CssClass="scheduleDataHolder" runat="server" ID="d4"&amp;gt;&lt;br /&gt;                                            &amp;lt;/asp:Panel&amp;gt;&lt;br /&gt;                                        &amp;lt;/td&amp;gt;&lt;br /&gt;                                        &amp;lt;td&amp;gt;&lt;br /&gt;                                            &amp;lt;asp:Label ID="dtc5" runat="server" Text="i" Width="100%" CssClass="scheduleDate" /&amp;gt;&lt;br /&gt;                                            &amp;lt;asp:Panel CssClass="scheduleDataHolder" runat="server" ID="d5"&amp;gt;&lt;br /&gt;                                            &amp;lt;/asp:Panel&amp;gt;&lt;br /&gt;                                        &amp;lt;/td&amp;gt;&lt;br /&gt;                                        &amp;lt;td&amp;gt;&lt;br /&gt;                                            &amp;lt;asp:Label ID="dtc6" runat="server" Text="i" Width="100%" CssClass="scheduleDate" /&amp;gt;&lt;br /&gt;                                            &amp;lt;asp:Panel CssClass="scheduleDataHolder" runat="server" ID="d6"&amp;gt;&lt;br /&gt;                                            &amp;lt;/asp:Panel&amp;gt;&lt;br /&gt;                                        &amp;lt;/td&amp;gt;&lt;br /&gt;                                        &amp;lt;td&amp;gt;&lt;br /&gt;                                            &amp;lt;asp:Label ID="dtc7" runat="server" Text="i" Width="100%" CssClass="scheduleDate" /&amp;gt;&lt;br /&gt;                                            &amp;lt;asp:Panel CssClass="scheduleDataHolder" runat="server" ID="d7"&amp;gt;&lt;br /&gt;                                            &amp;lt;/asp:Panel&amp;gt;&lt;br /&gt;                                        &amp;lt;/td&amp;gt;&lt;br /&gt;                                    &amp;lt;/tr&amp;gt;&lt;br /&gt;………………………………………………………………..Other rows will come here……………………………………………………..                                    &lt;br /&gt;                                &amp;lt;/table&amp;gt;&lt;br /&gt;                            &amp;lt;/td&amp;gt;&lt;br /&gt;                            &amp;lt;td style="width: 1px; height: 100%;"&amp;gt;&lt;br /&gt;                                &amp;lt;table class="samllBoxes2" style="width: 3%; clear: right; height: 100%; background-color: Transparent;&lt;br /&gt;                                    clear: left"&amp;gt;&lt;br /&gt;                                    &amp;lt;tr&amp;gt;&lt;br /&gt;                                        &amp;lt;td style="height: 22px;"&amp;gt;&lt;br /&gt;                                        &amp;lt;/td&amp;gt;&lt;br /&gt;                                    &amp;lt;/tr&amp;gt;&lt;br /&gt;                                    &amp;lt;tr&amp;gt;&lt;br /&gt;                                        &amp;lt;td style="clear: left; width: 5%; padding-top: 0px; vertical-align: top; height: 1px;"&amp;gt;&lt;br /&gt;                                            &amp;lt;asp:ImageButton ImageUrl="~/assets/schDown_32.png" ID="Img1" runat="server" /&amp;gt;&lt;br /&gt;                                        &amp;lt;/td&amp;gt;&lt;br /&gt;                                    &amp;lt;/tr&amp;gt;&lt;br /&gt;                                    &amp;lt;tr&amp;gt;&lt;br /&gt;                                        &amp;lt;td style="height: 100%; padding-top: 0;"&amp;gt;&lt;br /&gt;                                        &amp;lt;/td&amp;gt;&lt;br /&gt;                                    &amp;lt;/tr&amp;gt;&lt;br /&gt;                                    &amp;lt;tr&amp;gt;&lt;br /&gt;                                        &amp;lt;td style="clear: left; width: 5%; padding-top: 0; vertical-align: top; height: 1px;"&amp;gt;&lt;br /&gt;                                            &amp;lt;asp:ImageButton ID="Img2" ImageUrl="~/assets/schUp_32.png" runat="server" /&amp;gt;&lt;br /&gt;                                        &amp;lt;/td&amp;gt;&lt;br /&gt;                                    &amp;lt;/tr&amp;gt;&lt;br /&gt;                                &amp;lt;/table&amp;gt;&lt;br /&gt;                            &amp;lt;/td&amp;gt;&lt;br /&gt;                            &amp;lt;asp:HiddenField ID="hdnUtility" runat="server" /&amp;gt;&lt;br /&gt;                            &amp;lt;asp:HiddenField ID="hdnStartDate" runat="server" /&amp;gt;&lt;br /&gt;                        &amp;lt;/tr&amp;gt;&lt;br /&gt;                    &amp;lt;/table&amp;gt;&lt;br /&gt;&lt;/pre&gt;
&lt;p&gt;The above is the small part of my design, which is relevant to the question.When datepicker is clicked all labels are updated without any problem, asynchronously(for eg:those with id starting with dtc). Am adding some labels dynamically to the panels with class=schedueldataholder. When asynchronous post is made these labels are never get updated or removed. However i can do it work by making clientaction.markasdirty(panelID). This is done just after updating the panels in my code. But tell me if there is any performance penalty in doing this, as each panel is put as dirty once it is iterated. Now am applying background color to td. however i cant remove the color or change it because markasdirty option is not applicable to td or to table container. So i changed the markasdirty option to be applicable to entire panel holding all these controls. Am getting error like an alert box showing error message. Now for img1 and img2 full postback is only working. Why? Am not using custom update mode. However i tried with custom update mode and added these two controls and datepicker to the list. Now all controls are causing full postback. I even used updateviewstate for the first problem. The following is the server code.&lt;br /&gt;&lt;/p&gt;&lt;pre&gt;listener = New WebFlyPostBackListener(Me)&lt;br /&gt;wfpmBlocks.ServiceUrl = "ScheduleCalendar.aspx" &amp;amp; Request.Url.Query&lt;/pre&gt;
&lt;p&gt;Hope someone can help on this.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description></item></channel></rss>