Hi All
I have a aspx page in which i create reports and charts on the fly. Creation of these charts and reports takes a lot of time because of which a blank screen is shown to the user until the creation completes.
Can you guys sugest ways by which i can unlink actual report and chart creation code from page load so that i can show a processing text and then show the generated chart or report once it is ready.
EDIT :- I would want to do something like this - on first request trigger the report or chart creation and register a call back for completion. the client can then poll the server every 2-3 seconds to check if the report creaetion is complete. I need help from you guys on how exactly i can implement this or if you guys can think of something better.
Please do let me know if the question is not clear enough.