Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



Remarks: ASP Response Object End Method

If Response.Buffer is set to TRUE, End flushes the buffer. If you do not want the result sent to the client, use the following:

Response.Clear
Response.End


ContentsPreviousNextIndex