I have some complex procedure (data processing + Excel graphs creation + PDF creation) ending with Response.DownloadFile().
The time waiting is about 5-10 seconds, so before to use wwWebProgressBar class I would like to show some message like "Please wait..." over the web page.
Please, is there a way to do that, or I have to redirect every time on a "waiting" web page?
Thank you very much