write response while processing

A

auctiontrading

Hi all
I have a method that will run through a lot of data and write it out.
I am simply writing the data out as response.write().

The problem I am having is that the the response does not show up
until ALL the processing in the method is performed before writing it
out to the screen. How would I write to the screen while the method is
still working without having to wait until the entire method is
complete? It would take a few minutes for the page to show.

i.e.
private sub doWork
while i < x
if something = true
response.write("output")
end if
end while
end sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,262
Messages
2,571,058
Members
48,769
Latest member
Clifft

Latest Threads

Top