Response.Buffer propertyResponse.Buffer= True' enable bufferingResponse.Buffer= False' disable buffering
Buffering is enabled by default, starting with IIS5 (Windows 2000).
This method must precede any data sent to the client, so put it at the top of your page.