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

I have a aspx page with 15 charts. This page takes 30 to 40 secs to load b'cos each chart will get data from different databases(Oracle and Sql Server). So we have planned to load charts one by one.

Anyone does know how to implement this concept using Asp.Net & C#?

Regards
Willington
Posted

1 solution

Following article should help you out: Load and Display Page Contents Asynchronously with Full Postback Support[^]

Try out!
 
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