F
Frank
Hello all. On our site's pages, I have a waiting animation whom's HTML
is Response.Write'd out and then flushed in our Page_Load. On some of
our servers, the waiting page works fine. On others, the response.flush
doesn't work til the page is completely done loading, which completely
voids the point of being there in the first place. Any ideas? I tried
playing around with Response.Buffer; temporarily turning it off when
I'm writing out the loading HTML then turning it back on; nada. Any
ideas?
is Response.Write'd out and then flushed in our Page_Load. On some of
our servers, the waiting page works fine. On others, the response.flush
doesn't work til the page is completely done loading, which completely
voids the point of being there in the first place. Any ideas? I tried
playing around with Response.Buffer; temporarily turning it off when
I'm writing out the loading HTML then turning it back on; nada. Any
ideas?