How Response.flush works in server.Execute ?
Answer Posted / 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 View All Answers
How is it possible for .NET to support many languages?
Explain the differences between managed and unmanaged code?
Less than one page, how many windows will you be able to maintain?
Explain the difference between response.redirect vs server.transfer
How can we create Tree control in asp.net?
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
What is the concepts of globalization and localization in .net?
What is the difference between pathparam and queryparam?
What is the difference between trace and debug in asp.net?
What is mvc in asp.net interview question? : Asp.Net MVC
What is session in web technology?
What is a user session?
How does viewstate work?
What do you mean by View State and what is its role?
What is difference between Fragment Caching and Page Caching in ASP.NET?