fractalvibes
01-15-2004, 05:22 PM
Does anyone know of the ASP.NET equivalent of
response.buffer
and
response.flush?
I have a huge page - 2300+ lines of code-behind so far with
probably at least 50 different sql statements - would be nice
if I could send sections of the page via response.flush on to the browser as they finish processing.
Splitting into multiple,smaller pages is NOT an option.
Any clues welcomed.
thanks,
fv
response.buffer
and
response.flush?
I have a huge page - 2300+ lines of code-behind so far with
probably at least 50 different sql statements - would be nice
if I could send sections of the page via response.flush on to the browser as they finish processing.
Splitting into multiple,smaller pages is NOT an option.
Any clues welcomed.
thanks,
fv