WebFlyPostbackManager showing loading progress does not unblok page after OnError client side event

2 replies. Last post: October 18, 2010 4:47 AM by Vincenzo Angeloni
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Hi all,

I defined a WebFlyPostBackManager as shown below:

<ISWebDesktop:WebFlyPostBackManager ID="PostBackManager" runat="server"
ServiceType="WebForm" AutoEventWireup="true" WebServiceResponseFormat="Json"
ShowLoaderOnBusy="True"
BlockPageUIOnBusy="True" EnableUIMode="False" TimeoutInterval="10"
AutoLoadMetaData="False" LoaderHostControlID="LoadingTemplate"
ServiceUrl="~/WebFlyPostBackManagerTest.aspx">
<LoaderTemplate>
Searching...
</LoaderTemplate>
<FlyPostBackSettings PostInputControls="True" PostViewState="True">
</FlyPostBackSettings>
<ClientSideEvents OnError="WebFlyPostBackManager_OnError"
OnResponseSuccess="WebFlyPostBackManager_OnResponseSuccess" />
</ISWebDesktop:WebFlyPostBackManager>

As you can see I set to true the property BlockPageUIOnBusy="True" so the page is blocked while the method execution is running. My problem is that if the remote method goes in error and the callback WebFlyPostBackManager_OnError is executed the page is not unblocked.

Can someone help me to understand how to unblock the page in case of error?

In the attached zip file there is an example of the problem.

Thanks in advance

Vince

All times are GMT -5. The time now is 6:40 PM.
Previous Next