When is Response.Flush honoured?

S

Shardul Kulkarni

Hi,

I would like to know the pre-requisite conditions for Response.Flush to be
honoured. Can you override the default semantics of this in any way?

Thanks.
Shardul
 
P

Patrice

The only condition condition I can think of is to use the buffered mode...
What is the problem ?

Patrice
 
P

Patrice

Note in particular that it doesn't necessarily cause the browser to render
something. In particular if you flush an opening HTML tag without the
corresponding closing tag, it's likely the browser will not render this
part. You may have also to enclose stand alone text in span tag (don't
remember). Finally remember that ASP.NET constructs the control tree and
then renders it. Flush may not be called at the appropriate time.

Just guesses. Describe us the exact situation rather than being general...

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

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top