W
WuBin
Hi,
I have a GridVew and a sqlDtaSurce control in ASP.NET real-time page.
The sqlDtaSurce control use a complicated query to load data from a
SQL database.
This real-time page is reloaded by java script 'window.open' from
another page every 5 minutes.
Because the query takes about 2 minutes to finished query, so the real-
time page will blank for 2 minutes everytime when it is reload.
Is it possible to load the data in the background when displaying the
old data? Then update GridView to the new data in one second after the
query is finished.
Thanks,
Ben
I have a GridVew and a sqlDtaSurce control in ASP.NET real-time page.
The sqlDtaSurce control use a complicated query to load data from a
SQL database.
This real-time page is reloaded by java script 'window.open' from
another page every 5 minutes.
Because the query takes about 2 minutes to finished query, so the real-
time page will blank for 2 minutes everytime when it is reload.
Is it possible to load the data in the background when displaying the
old data? Then update GridView to the new data in one second after the
query is finished.
Thanks,
Ben