Descrie about response.buffer and repsonse.flush ?
Answer Posted / radha
Respence.Buffer method can be used to specify the current
output should be buffered or not. when the buffering is set
true, the page will not send output to the client until the
scripts on the page has been processing or flush method is
call.
Response.flush method is used to send buffered output
immediatly. when the response.buffer is set true.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
In asp.net, how can you validate drop down box?
How to find out what version of asp.net I am using on my machine?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
How would ASP and ASP.NET applications run at the same time on the same server?
What are session state modes?
How can you handle unmanaged code exceptions in asp.net?
In Code-Behind class which kind of code (server or client) is found ?
Do I need to have the latest version of windows media player installed?
What is asp according to you?
What is slidemaster?
Where web.config file is used?
Explain ViewState?
What is the full form of asp.net?
Explain how does asp page work?
What is anonymous authentication?