Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old December 14th, 2006, 10:26 PM
pmangesh
Guest
 
Posts: n/a
Default Reading the Response object

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!!!
  #2  
Old December 14th, 2006, 10:26 PM
Bob Barrows [MVP]
Guest
 
Posts: n/a
Default Re: Reading the Response object

pmangesh wrote:
Quote:
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.

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.


 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles