Ask a Question related to ASP.NET General, Design and Development.
-
William F. Robertson, Jr. #1
Re: Response.Flush() does not work
The page is rendered at once during the Page.Render method for the page
object. Response.Flush will work, but there is nothing in the buffer on
Page_Load to flush.
bill
"Marc Würgler" <marc.wuergler@infoteam.ch> wrote in message
news:0a9801c35b34$c5455c30$a301280a@phx.gbl...> Hi !
>
> With old asp, I used Response.Write("any text") and then
> Response.Flush() to send the content of the buffer to the
> client.
>
> I tried to use the same code in the codebehind (C#) file
> of an aspx page, but nothing happens. The whole content is
> sent to the client at the end of the execution of the
> page_load method. How can I make this work ?
>
> Thanks for replies
William F. Robertson, Jr. Guest
-
#26238 [Com]: flush() doesn't work with output_buffering = 4096
ID: 26238 Comment by: scottm at spamcop dot net Reported By: spam at vrana dot cz Status: Open Bug Type: ... -
#26238 [NEW]: flush() doesn't work with output_buffering = 4096
From: spam at vrana dot cz Operating system: Windows XP PHP version: 4.3.3 PHP Bug Type: Output Control Bug description: ... -
Response.Flush / Response.Redirect
Hi, I've had a good google and can't find anything already on this so : I'm currently trying to have a 'Page Loading' page on a site. The way... -
response.flush not work
I need your help, please. The following 2.asp is a demo for flush function. It works. BUT when I put it in a frame, it dosen't work. Is any IE... -
Response.Flush() in code-behind
Huh, good question. I always though it wasn't possible to do this, but the description of Flush claims that this is what the method does. Is it...



Reply With Quote

