DoEvents

if there is some kind of DoEvents statment in ASP? Im currently programming a web page that exports lots of images from an SQL server to file and it takes up to 1 or 2 minutes to finish. I would like to get some information out on the webpage for every file exported. Using response.write in the loop won't display until the loop is finished.

View Replies


ADVERTISEMENT

DoEvents Equivalent

Is there an ASP equivilant of the VB DoEvents function? I am having problems with an ASP script that copies a set of folders and then renames them. Basically the code is running too quickly and it tries to rename the folder before it has been created.

I think in VB you can use the DoEvents function to make sure it has finished doing one bit of your code before moving on to the next bit. Is there zomething I can do in ASP to resolve this problem?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved