Amazon publishes an API. For that example, I'd use the Amazon API in my project.
"Getting information from a web site" is much too general of a question. Web sites are built to be accessed by human users, in most cases, not applications.
There are exceptions, such as RSS feeds and Web Services.
tgreer
Made Her Cry
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37
You want to design an application that mimics a human user, fills out an online form, and processes the resultant HTML? Why? That's a bit of a challenge, and not how most eCommerce applications work. Even the sites like PriceGrabber require that their vendors export their pricing data to them or provide it via Web Services.
If you really want to pursue this idea, you might start by doing a web search on "screen scraper".
tgreer
Made Her Cry
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37
I still maintain your initial approach is wrong. Parsing each other's HTML is not how eCommerce applications behave. But if you want to doggedly press on, then your next web search should be "C# HTML DOM".
tgreer
Made Her Cry
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37