Accessing a webpage from C#

  • Thread starter Thread starter Zach
  • Start date Start date
Z

Zach

Is it possible to access a web page from within a c# application? If so,
what would the code be like to do that?

Thank you,
Adrian.
 
Is it possible to access a web page from within a c# application? If so,
what would the code be like to do that?

Have a look at the WebClient and WebRequest types.

Jon
 
Jon said:
Have a look at the WebClient and WebRequest types.

Jon
That is very interesting and useful.
WebRequest will allow storing parameters
that change in time.
Thank you,
Adrian.
 
Hi,

Also take a look at WebBrowser class if you are in a win app
 
Hi Fredo,

Thank you for your information. However, with regards to my needs, which
I did not specify, for which my apologies, they were to download actual
prices into an application providing an order form. I could proceed with
Jon's suggestion. I have added your info to my examples files so I have
it for my future reference. Again many thanks for your response.

Regards,
Adrian.
 

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