Response.Buffer property

Enables a buffered response.

Usage

Response.Buffer= True ' enable buffering
Response.Buffer= False ' disable buffering

Details

Buffering is enabled by default, starting with IIS5 (Windows 2000).

Note

This method must precede any data sent to the client, so put it at the top of your page.