Click here to Skip to main content
15,879,490 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
In my web application there are used window.open to open report in a new pop up widow.........In the report page the so many sql queries to populate the report......sometimes it takes to mush time to show to whole report,i mean a blank white window exits for so much time...........Can anyone suggest what is the better way to showing this report without huge change in the project....................

pls give ur suggestions with details and also with coding if possible...............
Posted
Updated 19-Aug-10 22:39pm
v2
Comments
Sandeep Mewara 20-Aug-10 14:17pm    
Reason for my vote of 1
Too demanding!

1 solution

There's not much you can do, it's a web request. You would need to add AJAX to pop up the window with a wait message, then show the chart via an asynchronous call.
 
Share this answer
 
Comments
Rounak Hasan 20-Aug-10 4:38am    
can u pls describe details how would i use AJAX to pop up and how to use asynchronous call.............................
Rounak Hasan 20-Aug-10 7:26am    
Reason for my vote of 1
not clarified

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900