Sep 27, 2006 #1 fegdvbna22 Programmer Joined Aug 9, 2006 Messages 52 Location GB How do you display the content of an HttpWebResponse object on an ASP.NET web page?
Sep 27, 2006 #2 tperri Programmer Joined Apr 8, 2006 Messages 728 Location US put the response into a stream, process the stream and I suppose you could use a literal control and set the value of it to the processed response Upvote 0 Downvote
put the response into a stream, process the stream and I suppose you could use a literal control and set the value of it to the processed response
Sep 28, 2006 Thread starter #3 fegdvbna22 Programmer Joined Aug 9, 2006 Messages 52 Location GB What do you mean by 'value'? I can't see anything I can use to display the contents. Upvote 0 Downvote
Sep 28, 2006 #4 tperri Programmer Joined Apr 8, 2006 Messages 728 Location US Maybe this link will help: http://www.dotnetjohn.com/articles.aspx?articleid=93 You can google "asp.net parse httpwebresponse" for more. Upvote 0 Downvote
Maybe this link will help: http://www.dotnetjohn.com/articles.aspx?articleid=93 You can google "asp.net parse httpwebresponse" for more.