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
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
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.aspxNote you can not use any of RegisterXXXX function (such as RegisterClientScriptBlock) while using CallbackPanel. Thanks
|