Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



ASP Response Object Buffer Property


The Buffer property determines whether to buffer page output. When page output is buffered, HTML output is not sent to the client until the script on the page has been processed, or until the Response object Flush or End methods are called.

The Buffer property cannot be set after the server has sent output to the client. For this reason, you should set the Buffer property on the first line of the script.

In this section:

Syntax: ASP Response Object Buffer Property

Remarks: ASP Response Object Buffer Property



ContentsPreviousNextIndex