When using ASP pages is it best to mix HTML with VBscript or should you use all Vbscript?
I have an asp page which has a large number of records to display and it currently seems to wait until the end of the asp page before displaying the page.
I have seen asp pages which will start to display the top records as soon as you request the page and then keep write records to the screen as you are looking at the first records.
Any ideas how this is done.
Thanks
I have an asp page which has a large number of records to display and it currently seems to wait until the end of the asp page before displaying the page.
I have seen asp pages which will start to display the top records as soon as you request the page and then keep write records to the screen as you are looking at the first records.
Any ideas how this is done.
Thanks