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
What is a postback url?
How do you declare static variable?
Why we go for mvc instead of asp.net? : Asp.Net MVC
What are standard controls?
Explain weak typing and strong typing.
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
How long does an http session last?
Who can consume WebAPI?
How can you use a custom controls in ASP.NET application?
How do you implement postback with a text box?
Is it possible to create web application with both webforms and mvc?
How is the asp.net mvc architecture different from others? : asp.net mvc
Define xmlreader class.
When does a session actually start?
What is the difference between sealed vs static class?