Descrie about response.buffer and repsonse.flush ?
Answer Posted / sudhir sheoran
Respose.Buffer method is used to hold the output
at server side until response.flush/ respose.end
is called.
Server doesn't send response to the browser until
all scripts are executed at server side. It uses
reponser.buffer for that.
E.g:
<%response.Buffer=true%>
<html>
<body>
<p>I write some text, but I will control when
the text will be sent to the browser.</p>
<p>The text is not sent yet. I hold it back!</p>
<p>OK, let it go!</p>
<%response.Flush%>
</body>
</html>
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the 3 levels at which content pages can be attached to Master Page?
What is view state management in asp net?
Define a web service in .net?
How can we identify that the Page is Post Back?
Is data edited in the Repeater control?
What is the server of asp.net?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
How can you handle errors in Web API?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
What is httpresponse?
What are session state modes? List some of the important session state modes of asp.net.
Is asp.net and .net the same?
What is css in asp.net?
What are the major built-in objects in ASP.NET?