displaying content of an HttpWebResponse object

  • Thread starter Thread starter Mike P
  • Start date Start date
Thus wrote Mike,
How do you display the content of an HttpWebResponse object on an
ASP.NET web page?

That really depends on the type of content. Assuming it is plain text, you
could use a Label control, or simply dump it to the page's output using Response.Write().

Cheers,
 

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

Back
Top