|
|
|
|
|
| | |
| |
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Retrieving data from the Response object |
|
From: |
Quadell |
|
Date: |
7/17/2002 10:20:38 AM |
|
IP: |
216.26.153.162 |
How can I retrieve data from the Response object? For instance, let's say I have the following:
<%
dim s_data
Response.Write "He"
Response.Write "llo"
s_data = Response.GetWhatsWritten
%>
Except that there is no GetWhatsWritten method. Is there any way I can do this? Are there any third-party tools that can retrieve the data that was written to the Response object?
If you know of anything, please e-mail me: mlwadd01@yahoo.com |
Follow Up - Re: Retrieving data from the Response object - jason pinhut 12/25/2002 10:46:14 PM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|