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
How can you handle errors in Web API?
Define satellite assemblies.
What is the parent class of all the web server control?
What are the session variables?
What are the new features added from ASP to ASP.NET?
What are the elements of a website?
What is session in asp.net?
What is localhost in asp.net?
How to Separate background image and front image from original picture....
Fetch one page value to another page without using state-managment ?
how to write html code with ssl
In order to get assembly info which namespace we should import?
Is it possible to change the index of primary key on table?
What are sessions used for?
What is the meaning of TestApi?