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

I have a huge html file with lot's of divs, each consisting of gridviews.

My objective is to load the page first and then render each of the divs and gridviews so that the user need not wait longer to see something.
The options I have is to call webservice methods using javascript once the page is loaded.

But the challenge I am facing is I need to use some variables declared in the page.
I can put everything in session and then try to access it.
Is it a feasible solution? Or what about firing multiple $post methods?

Please suggest which is the best way.
Posted
Updated 8-Nov-10 23:43pm
v3
Comments
Dalek Dave 9-Nov-10 3:38am    
Edited for Readability.

1 solution

Your question remembered the following nice article for me. So go ahead.

7 Tips for Loading JavaScript Rich Web 2.0-like Sites Significantly Faster[^]
 
Share this answer
 

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