Hi
I have a Page A where on button click, I display another page B using radwindow dialog. When button OK is clicked on page B, some data processing is done, dialog is closed and then page is redirected to Page C.
In this scenario, sometimes it takes considerable amount of time when the dialog is closed and page C is loaded. During this time, page A is still available (after the dialog is closed) and user may not know if the processing is going on.
Hence I thought to display a loading panel on Page A once the Dialog of page B is closed. Then this loading panel should stay on the page A until it is redirected to Page C. I do not want to refresh Page A once the dialog page B is closed.
I tried loadingpanel.show() in the javascript of radwindow eventhandler "OnclientClose". this didnt work. How can I display loaing panel from javascript until page is redirected to page C.
I have a Page A where on button click, I display another page B using radwindow dialog. When button OK is clicked on page B, some data processing is done, dialog is closed and then page is redirected to Page C.
In this scenario, sometimes it takes considerable amount of time when the dialog is closed and page C is loaded. During this time, page A is still available (after the dialog is closed) and user may not know if the processing is going on.
Hence I thought to display a loading panel on Page A once the Dialog of page B is closed. Then this loading panel should stay on the page A until it is redirected to Page C. I do not want to refresh Page A once the dialog page B is closed.
I tried loadingpanel.show() in the javascript of radwindow eventhandler "OnclientClose". this didnt work. How can I display loaing panel from javascript until page is redirected to page C.