What is the function of Buffer in Response Object?

Buffer controls the HTML output stream manually.

Showing Answers 1 - 4 of 4 Answers

lalita.p

  • Jun 7th, 2007
 

Respose.buffer=False/True

Buffer is used to send the information to the browser.

  Was this answer useful?  Yes

johnanvert

  • Sep 29th, 2008
 

The Buffer property specifies whether to buffer the output or not. When the output is buffered, the server will hold back the response to the browser until all of the server scripts have been processed, or until the script calls the Flush or End method.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions