Reading the Response object

P

pmangesh

Is it possible to read the contents of the response object? Basically, if one aspx page calls on another using Server.Execute() method and the called page simply does its processing and writes an XML using Response.Write, when we come back to the first page, can the XML be retrieved instead of being sent to the client? I am stuck with this problem and if this is not resolved, it would mean major reqork to my design...Please help!!!
 
B

Bob Barrows [MVP]

pmangesh said:
Is it possible to read the contents of the response object?
Basically, if one aspx page calls on another using Server.Execute()
method and the called page simply does its processing and writes an
XML using Response.Write, when we come back to the first page, can
the XML be retrieved instead of being sent to the client? I am stuck
with this problem and if this is not resolved, it would mean major
reqork to my design...Please help!!!


There was no way for you to know it (except maybe by browsing through
some of the previous questions before posting yours - always a
recommended practice), but this is a classic asp newsgroup. ASP.Net is
a different technology from classic ASP. While you may be lucky enough
to find a dotnet-savvy person here who can answer your question, you
can eliminate the luck factor by posting your question to a newsgroup
where the dotnet-savvy people hang out. I suggest
microsoft.public.dotnet.framework.aspnet.
There are also forums at www.asp.net where you can find a lot of people
to help you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,135
Messages
2,570,783
Members
47,339
Latest member
flaviu2

Latest Threads

Top