Response.Flush()

A

Allen Hubatka

Response.Flush()



1.. When I call this code at the server side, will all the client side
event will fire as if the page processed completely and pushed the HTML to
the browser? Like onload etc?
2.. Repeated execution of this statement at the server side will affect
the performance?
I am using .Net Framework 1.1, Vb.Net, IE5.5+ and Java script.

Thanks for your reply.

Allen
 
P

Patrice

1. No. In particular the document is not yet loaded as you are still loading
it.
2. Yes, depending likely on how much often you call flush

Patrice
 

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

Top