Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Price compare site

Status
Not open for further replies.

EZEason

Programmer
Dec 11, 2000
213
0
0
US
I need some advice on how-to do a project. What I'm doing is a price compare book site for a college. I'm not sure on how to retrieve the data from other sites and populate a table. I know some sites will give me data access to their inventory, but how do I put all the data together? Into an XML file or a dataset, or something else? I have never done this before, so any suggestions would be helpful. It will be like
Jim

What doesn't kill you makes you stronger.
 
There are several ways to do this and it really depends on which sites you will be searching and what methods they provide to get their data. If they have a web service, you can query them, if they have rss feeds you can consume them, or as a last resort you can screen scrape their pages with a httpWebRequest and parse the resulting HTML.


-------------------------------------------------------

Mark,
[URL unfurl="true"]http://aspnetlibrary.com[/url]
[URL unfurl="true"]http://mdssolutions.co.uk[/url] - Delivering professional ASP.NET solutions
[URL unfurl="true"]http://weblogs.asp.net/marksmith[/url]
 
I plan on only doing etheir query or rss feed method. What I'm trying to figure out is once I have the data, how do I combine the different sources into one dataset or xml, then populate it in a gridview. I was not very clear on my first request.

What doesn't kill you makes you stronger.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top