﻿<?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 - parameters of WebFlyPostbackManager event handlers</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/parameters-of-WebFlyPostbackManager-event-handlers/</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>parameters of WebFlyPostbackManager event handlers</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/parameters-of-WebFlyPostbackManager-event-handlers/</link><pubDate>Mon, 06 Jun 2011 03:59:18 GMT</pubDate><dc:creator>kurry</dc:creator><description>&lt;p&gt;Hi Martin, thanks for the parameter list.&lt;/p&gt;
&lt;p&gt;I will post another on separate thread my issue with WebFlyPostBackManager. Please can you look out for that and give it your urgent attention?&lt;/p&gt;</description></item><item><title>parameters of WebFlyPostbackManager event handlers</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/parameters-of-WebFlyPostbackManager-event-handlers/</link><pubDate>Fri, 03 Jun 2011 00:32:49 GMT</pubDate><dc:creator>MarTin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Here is the list of client-side events available in WebFlyPostBackManager including its parameter.&lt;/p&gt;&lt;pre&gt;function WebFlyPostBackManager1_OnError(controlId, methodName, errorDetailString, errorDetailObject)
{
   var WebFlyPostBackManager1 = ISGetObject(controlId); 
			
   return true;
}
 
function WebFlyPostBackManager1_OnResponse(controlId, methodName)
{
   var WebFlyPostBackManager1 = ISGetObject(controlId); 
			
   return true;
}

function WebFlyPostBackManager1_OnResponseSuccess(controlId, methodName, returnValue)
{
   var WebFlyPostBackManager1 = ISGetObject(controlId); 
			
   return true;
}

function WebFlyPostBackManager1_OnTimeout(controlId, methodName)
{
   var WebFlyPostBackManager1 = ISGetObject(controlId); 
			
   return true;
}&lt;/pre&gt;
&lt;p&gt;What ServiceType are you using in the sample? Have you checked your FlyPostBackSettings in your project? The options available in FlyPostBackSettings are PostControlState, PostHiddenFields, PostInputControls and PostViewState. You can enable/disable these options according to your needs.&lt;/p&gt;
&lt;p&gt;Hope this helps. Thank you.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;-Martin-&lt;/p&gt;</description></item><item><title>parameters of WebFlyPostbackManager event handlers</title><link>http://www.intersoftsolutions.com/Community/WebDesktop/parameters-of-WebFlyPostbackManager-event-handlers/</link><pubDate>Wed, 01 Jun 2011 23:34:43 GMT</pubDate><dc:creator>kurry</dc:creator><description>&lt;p&gt;Hi, what are the client side parameters of webflypostbackmanager even handlers?&lt;/p&gt;
&lt;p&gt;for example for OnError event handler - what available parameters are there? Same goes for all the other event handlers for this control.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Any tips on figuring out why a call to server side method fails to execute?&lt;/p&gt;
&lt;p&gt;I have confirmed the execution process goes to OnError event handler, so something is wrong. But I havn't got a clue what is.&lt;/p&gt;</description></item></channel></rss>