I just had this idea.
Okay so I always make spreadsheets for building my new computer builds, and I compare prices from different websites. And I have to keep going to those websites to see if there is an update on the price or whatever or if there is a sale or something. Well what if I created a program that did all that for me. You could fill in the part name or something or add links and it would go check those links and automatically update the prices in the program and you would be able to see if there is anything going on with out having to go to all the websites....
I had a question, is it possible to retrieve information from a website using .net. I have seen other places do it like pricegrabber but im not sure if they have access to the actual database of the website because they are non profit or what.
let me know what you think
I did find this but i havnt looked into it that much yet
http://www.codeplex.com/htmlagilitypackI also know if the website has a web service then i can grab it with .NET and parse it into and XML document but i dont think all the websites i want are going to have that... any ideas??