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 the benefit of WebAPI over WCF?
What is difference between view state and session state?
Who generates session id?
IN an ASP.NET Web application if there is any error, how can you debug?
What is asp net application object?
How can you register a custom server control to a web page?
What are the two Layouts supported by a Web form in ASP.NET?
In order to get assembly info which namespace we should import?
in which protocol ASP.NET WEB API Work?
How can you make sure that web api returns json data only?
Which is faster viewdata or viewbag?
What is a session http?
Define machine.config in .net?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
explain code with multi inhertance