page cycle and long query - tough one

G

greg

Hi

Basically I call a page that does a very long op
(like very long database query)
and display results (possible on another page)

But I need to display a progress bar
for user to see some progress (dummy but at least something)

no frames

There is an old trick in cgi/ asp
for a page that has a long operation
Response.buffering is set false and
initially div with progress bar is displayed
when page finally fully loads (when op is completed)
onload function makes div invisible

but for web forms does not work it seems
untill page_loads for controls finish nothing is displayed whatsoever

Response.bufferoutput is set to false
But that is where op is performed
or is it?

udeas???

Thanks
GSL
 
M

Marc Hoeppner

Hi,

I think you can do the same thing if you set Response.BufferOutput = false
and/or use Reponse.Flush().

Best regards,

Marc Hoeppner
NeoGeo
 

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
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top