We have an ASP application that generates reports using URLs. Basically, we gather parameters on the ASP app, build the URL and pass it to the report server. This would generate the report on a new window.
Is there a way to know when the report has finished generating, and let the calling page (ASP) that the report is done?
Any ideas on how to implement this is greatly appreciated. Thanks.
Is there a way to know when the report has finished generating, and let the calling page (ASP) that the report is done?
Any ideas on how to implement this is greatly appreciated. Thanks.