Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



Syntax: ASP Response Object Buffer Property

Response.Buffer [= flag]
Parameters: ASP Response Object Buffer Property

flag

Specifies whether to buffer page output. It can be one of the values listed below:

TRUE
Output is buffered. The server does not send output from the script on the page until all of the script has been processed or until the Flush or End method is called.
FALSE
Output is not buffered. The server sends output from the script on the page as the script is processed.



ContentsPreviousNextIndex