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 are the different types of sessions in asp.net? Name them?

0 Answers  


What is server side routing?

0 Answers  


How do you a replicate a set of controls across a number of ASP Pages

2 Answers  


What are Master Pages in ASP.NET? or What is a Master Page?

0 Answers   MCN Solutions,


What are the modes of updation in an updatepanel? What are triggers of an updatepanel?

0 Answers  






How is mvc different from asp.net? : Asp.Net MVC

0 Answers  


What methods are fired during the page load? Init()

0 Answers  


Difference between application events and session events

0 Answers  


How to manage different kinds of sessions in ASP.NET?

0 Answers   Cap Gemini,


Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?

0 Answers  


What is the main function of url routing system in asp.net mvc? : asp.net mvc

0 Answers  


What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?

0 Answers  


Categories