What is Response.Flush method ?

Answers were Sorted based on User's Feedback



What is Response.Flush method ?..

Answer / sangram

it send all buffered data to the browser immediatly. when u
use response.flush() before that checks wheather u have
write response.buffer=true

Is This Answer Correct ?    11 Yes 1 No

What is Response.Flush method ?..

Answer / guest

It sends all buffered data to client immediately

Is This Answer Correct ?    11 Yes 3 No

What is Response.Flush method ?..

Answer / jj

The Flush method sends buffered output immediately. This
method causes a run-time error if Response.Buffer has not
been set to TRUE.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?

0 Answers  


List the types of authentication supported by asp.net?

0 Answers  


List the asp.net validation controls?

0 Answers  


After capturing the SelectIndexChanged event for a ListBox Control, you find that the event handler doesn?t execute. What could be the problem be? a) The AutoEventWireup attribute is set to False b) The AutomaticPostBack attribute is set to False c) The codebehind module is not properly compiled d) The ListBox must be defined WithEvents.

2 Answers   Syntax Softtech,


How do you identify that the page is postback?

0 Answers  






Why we go for mvc instead of asp.net? : Asp.Net MVC

0 Answers  


Can I combine classic asp and asp.net pages?

0 Answers  


What is the maximum timeout we can set for Cookies?

0 Answers  


What websites use asp.net?

0 Answers  


What is IPostBack? How to use it?

0 Answers   MCN Solutions,


Where would you use an ihttpmodule, and what are the limitations if any?

0 Answers  


Is it possible to migrate visual interdev design-time controls to asp.net?

0 Answers  


Categories