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

What is http only cookie?

0 Answers  


What is SilverLight in ASP.NET ?

2 Answers   SmartData,


Can we create a multiple user simultaneously ?

0 Answers   MCN Solutions,


What does WSDL stand for?

10 Answers   Siebel Systems,


Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?

2 Answers   Siebel Systems,






What is Difference between Callbacks and Postback in ASP.NET?

11 Answers  


How does viewstate work?

0 Answers  


What is machine.config and web.config ?

5 Answers   Digital GlobalSoft,


What are the different authentication modes in the .NET environment?

2 Answers   Veritas,


How can you assign styles to webforms?

2 Answers   Microsoft,


How to implement Authentication and Authorization?

0 Answers   QuestPond,


How do we sort the data from a dataset?

0 Answers  


Categories