iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi, what are the client side parameters of webflypostbackmanager even handlers?
for example for OnError event handler - what available parameters are there? Same goes for all the other event handlers for this control.
Any tips on figuring out why a call to server side method fails to execute?
I have confirmed the execution process goes to OnError event handler, so something is wrong. But I havn't got a clue what is.
Hello,
Here is the list of client-side events available in WebFlyPostBackManager including its parameter.
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; }
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.
Hope this helps. Thank you.
Regards,-Martin-
Hi Martin, thanks for the parameter list.
I will post another on separate thread my issue with WebFlyPostBackManager. Please can you look out for that and give it your urgent attention?
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname