I have a large report that takes over 2 min to process.
I'd like to display a little status window while the report is processed and remove it after report is ready.
I tried to use Response.Write and Response.Flush to show an HTML message but it didn't work.
If I insert it before loading the Smart Viewer then the process just stops at this line.
If inserted after the Smart Viewer include line, then this message is displayed after the process is done just like a server side message. In other words, either too early or too late.
Has somebody had a similar situation and what would be the best way to implement this?
Thanks in advance.
I'd like to display a little status window while the report is processed and remove it after report is ready.
I tried to use Response.Write and Response.Flush to show an HTML message but it didn't work.
If I insert it before loading the Smart Viewer then the process just stops at this line.
If inserted after the Smart Viewer include line, then this message is displayed after the process is done just like a server side message. In other words, either too early or too late.
Has somebody had a similar situation and what would be the best way to implement this?
Thanks in advance.