E
Eric
Good afternoon,
Can anyone help me with flushing the buffer in ASP.NET. I have a set of
functions that perform a series of maintainence operations. As these
functions are called sequentially, each contains a status as to the success
or failure of the particular process. I want to be able to send to the
client each output string at it happens. The way it is working right now is
that it is storing the output until all of the functions are complete.
Many thanks.
Can anyone help me with flushing the buffer in ASP.NET. I have a set of
functions that perform a series of maintainence operations. As these
functions are called sequentially, each contains a status as to the success
or failure of the particular process. I want to be able to send to the
client each output string at it happens. The way it is working right now is
that it is storing the output until all of the functions are complete.
Many thanks.