G
Guest
Okay, here is what I am trying to do
We have a dialog of windows that collects information for generation of a dynamic HTML report. The last page in the wizard dialog accepts all report options (in XML format) and calls a business tier object in the pageLoad event, which creates the HTML report file. This file is then streamed to the client
This process works well, and whilst we have tuned it to death it still takes between 1-5 seconds based on its size
I would like a 'Report is being generated' type of message to be displayed whilst the report generation logic is running in the middle tier. Given the way the solution is architected I am not sure how to do this, or even if it is possible
My initial thought was to have the initial state of the page displaying the appropriate message. Then in the client side pageLoad event triggers a postback, which would perform the report generation logic. Once complete the report would be streamed to the client
Any help here would be wonderful..
GB
We have a dialog of windows that collects information for generation of a dynamic HTML report. The last page in the wizard dialog accepts all report options (in XML format) and calls a business tier object in the pageLoad event, which creates the HTML report file. This file is then streamed to the client
This process works well, and whilst we have tuned it to death it still takes between 1-5 seconds based on its size
I would like a 'Report is being generated' type of message to be displayed whilst the report generation logic is running in the middle tier. Given the way the solution is architected I am not sure how to do this, or even if it is possible
My initial thought was to have the initial state of the page displaying the appropriate message. Then in the client side pageLoad event triggers a postback, which would perform the report generation logic. Once complete the report would be streamed to the client
Any help here would be wonderful..
GB