Quick References
ADO
ASP
CSS2
HTML
JavaScript
Jet SQL
VBScript
WML
WMLScript
WSH
XHTML
XML DOM
XSLT
Features
Knowledge Base
Tutorials
Partners
ZVON.ORG
XML
Planet Source Code
VisualBuilder
Web Design
Your HTML Source
XML/XSLT Forums
ASPAlliance
Scripts
Programmers Heaven
Tek-Tips Forums
Developer Fusion
Code Project
Response Object
All Collections
All Methods
All Objects
All Properties
METHOD: Response.Flush
Response.
Flush
The
Flush
method immediately sends all current buffered page content to the client if the
Response.Buffer
property is set to
True
.
If the buffer does not exist, because
Response.Buffer
is set to
False
, a runtime error will occur.
Note that in ASP version 2.0, the default for
Response.Buffer
is set to
False
, however in ASP version 3.0, the default for
Response.Buffer
is set to
True
.
Code:
<%
Response.Flush
%>
Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information