lmf232s
05-03-2007, 04:56 PM
Here is my issue. I have a legacey asp page that used response.buffer = false to display the data as it was being generated instead of waiting for the entire page to load to display the data.
Well i have ported this report over to .net and now the report does not display anything until the entire page is done loading and this takes a little while. I would preferr flush the data to the screen after each record to give the user the appearance that the report is running faster than it really is.
I have added both reaponse.buffer and response.bufferoutput = false to my page load sub with no such success. I had added a couple of response.flush 's on the my page as well but still the same output, wait for the entire page to load.
Can anyone give me some information on this please?
Well i have ported this report over to .net and now the report does not display anything until the entire page is done loading and this takes a little while. I would preferr flush the data to the screen after each record to give the user the appearance that the report is running faster than it really is.
I have added both reaponse.buffer and response.bufferoutput = false to my page load sub with no such success. I had added a couple of response.flush 's on the my page as well but still the same output, wait for the entire page to load.
Can anyone give me some information on this please?