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
Describe the difference between inline and code behind - which is best in?
What is Web Server Control Templates.?
What is scope of an application variable in asp.net?
How can we identify that the page is post back in asp net?
How do I create a web form?
How Session outproc in Sqlserver stored?
What is sql data source control in asp.net?
How do you implement sql caching in asp.net?
In which event of the page life cycle, is the viewstate available?
How can we register exception filter globally?
What is GAC in ASP.NET 2.0
Write a code for passing ArrayList in Web API?
Explain State management in asp.net
Explain an object, class and method.
Distinguish between Server-side and Client-side code with its functionality?