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 to implement form based authentication in asp.net application?
Define session in asp.net.
Explain how asp.net page works?
What is dynamic web page with example?
How can I have a particular web page in an asp.net application which displays its own error page?
Why Unload event of MasterPage Calls first in ASP.net ?
What is the procedure to create the environment for asp.net? : asp.net mvc
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
What are sessions used for?
Explain the use of errorprovider control in .net?
What is the difference between Session and response.Redirect?
How would you implement inheritance using c#?
What is difference between URL and URI?
Can you explain the basic use of dataview?
How does session id work?