Download huge amount of data. 
Author Message
 Download huge amount of data.

I need to populate HTML List box with 30 000 items.
So, my server based object generates a huge stream of HTML and passes to the
browser.

Is there any technicks that I can use to bring data in portions?

Any input would be appreciated.

Thank you.



Fri, 11 Jan 2002 03:00:00 GMT  
 Download huge amount of data.
a few...
you can package them as frames, which are loaded step by step.

If you want to have tabular output, dont put all into one
table, since rendering starts only after every cell is downloaded
(speaking for IE4). You can simulate better performance
buy using many tables border to border - this will increase your
volume some more, but give better performance.

HTH

Thomas

Dmitri Gouzikovski schrieb in Nachricht

Quote:
>I need to populate HTML List box with 30 000 items.
>So, my server based object generates a huge stream of HTML and passes to
the
>browser.

>Is there any technicks that I can use to bring data in portions?

>Any input would be appreciated.

>Thank you.



Sat, 12 Jan 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. How To write huge amount of data in to a table

2. HELP: Speed of dealing with huge amounts of data in VB

3. Monitor amount of data download from internet explorer

4. Help: Setup Wizard makes HUGE amount of files...

5. Send huge amounts of data with freeware Huge Socket! (source code incl.)

6. Send huge amounts of data with freeware Huge Socket! (source code incl.)

7. Huge Sockets Control - Download Now!

8. Huge Sockets Control - Download Now!

9. Huge Sockets Control - Download Now!

10. Huge Sockets Control - Download Now!

11. Change Monetary Number Amount Into Corresponding Monetary Word Amount - Access 97

12. Listing large amounts of data

 

 
Powered by phpBB® Forum Software