How Response.flush works in server.Execute ?



How Response.flush works in server.Execute ?..

Answer / swathi cherukuri

Response.Flush() is send to the browser what is on buffer, but is not stop the processing of the page, so it will continue the execution of the next steps.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is autopostback in asp net?

0 Answers  


how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool

0 Answers   Satyam,


What does uri mean?

0 Answers  


What is difference between session and cookies?

0 Answers  


What is server infrastructure & server components?

0 Answers  


How cross page posting is done in Asp.net 2.0?

3 Answers  


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

0 Answers  


What is web api vs wcf?

0 Answers  


Differentiate between authentication and authorization.

0 Answers  


What is shadowing?

2 Answers   Syntax Softtech,


How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?

1 Answers   MMTS,


What is AppDomain?Explain how it works.

9 Answers   Tech Mahindra,


Categories