R
Rafael Veronezi
I have a simple doubt about the Response.Write method...
Follows... I have a page that do some processing before show up, it could
take something like 10 or 15 seconds... But it's not the network reply time,
but the page processing time...
So, as everybody knows, Response.Write outputs to the page, and, if you use
that in your page load for example, it will show up on the top of the page,
when it's fully rendered and sent to client...
My question is, if I use the Response.Write on the start of the processing,
it will imediatly show up to the client, or it will only shown up when the
page is fully rendered and sent to the client browser?
Follows... I have a page that do some processing before show up, it could
take something like 10 or 15 seconds... But it's not the network reply time,
but the page processing time...
So, as everybody knows, Response.Write outputs to the page, and, if you use
that in your page load for example, it will show up on the top of the page,
when it's fully rendered and sent to client...
My question is, if I use the Response.Write on the start of the processing,
it will imediatly show up to the client, or it will only shown up when the
page is fully rendered and sent to the client browser?