Response Object |
The Response object is used to send output to the client. This output may be either text or binary. You may for example output HTML code, JPEG files, or any other binary file.
Method | Explanation |
---|---|
This method erases any buffered output written using the Response.Write method. | |
Instructs the server to stop processing and return any buffered output. | |
Crystal Decisions, Inc. http://www.crystaldecisions.com Support services: http://support.crystaldecisions.com |