This is a migrated thread and some comments may be shown as answers.

Progress Message

1 Answer 56 Views
OrgChart
This is a migrated thread and some comments may be shown as answers.
Sekhar
Top achievements
Rank 1
Sekhar asked on 29 Jan 2014, 10:27 PM
Hi,

I have a page "A" that has  a radtoolbar with a button on it. In the code behind the buttons navigation url is populated as "b.apsx" So when the button is clicked it goes to b.aspx.  My b.aspx gets data from database and displays the user to save the data as Excel file. Basically the b.aspx file converts the contents to excel.

How can i show a message in Page "A" and hide it when the processing of page b.aspx is completed.


Thank you
-SV

1 Answer, 1 is accepted

Sort by
0
Accepted
Boyan Dimitrov
Telerik team
answered on 03 Feb 2014, 01:25 PM
Hello SV,

I would like to clarify that if you navigate to a new page (URL) either using the RadToolBar button's NavigateURL or the Response.Redirect method you do not have control over the the page that initiated the navigation.

In order to implement such scenario I would suggest using the RadWindow control as shown in this demo. You can easily subscribe for the RadToolBar OnClientButtonClicked client-side event and open the desired page. In this case you can use the RadWindow OnClientPageLoad event which is fired when the page is loaded.


Regards,
Boyan Dimitrov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the UI for ASP.NET AJAX, subscribe to the blog feed now.
Tags
OrgChart
Asked by
Sekhar
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Share this question
or