Welcome Guest Search | Active Topics | Sign In | Register

Progressbar with CallBackPanel Options
MRaymond
Posted: Wednesday, July 28, 2010 2:47:00 PM
Rank: Newbie
Groups: Member

Joined: 7/15/2009
Posts: 8
Hi,
I'm using a progressbar in a dialog box with a callbackPanel. Like your "Server side task advanced 2" example.
It's work very well. When I send 100 ,the progress bar stop and I close the dialogbox.

My problem is. When it's finish I want to call a procedure to open a report.
How do you do , after the callbackpanel_execute to call a procedure or open a other page?
In the server side, if possible.

Thanks

Martin R


eo_support
Posted: Wednesday, July 28, 2010 4:11:28 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,080
Hi,

You can either use Response.Redirect or rendering some JavaScript code with this approach:

http://www.essentialobjects.com/forum/postst873_Callback--serverside-response-to-clientside.aspx

Note you can not use any of RegisterXXXX function (such as RegisterClientScriptBlock) while using CallbackPanel.

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.