Click here to Skip to main content
15,889,200 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have a web application with some pages take quite a long time to load because of what they have to do in code behind. I would like to show what is going on to the user by showing the different status of the process.

I was thinking about calling recursively (by ajax) a page which ready a value in the session. This value is set by the page that take time to load. The problem is that the page called by ajax is not executed while the other page load is finished. Is there some way to do that?

Thanks advance
Posted

1 solution

Would like you to see the third parameter of the open method Click Here you can give the third parameter as true
 
Share this answer
 
Comments
Donnch 2-Jun-11 12:10pm    
Thanks,
I'm using jQuery for the Ajax call, so the async is true by default.
Steven.Pinto2000 3-Jun-11 0:20am    
So are you still facing the issue
Donnch 3-Jun-11 8:27am    
yes

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