Little help in ASP

  • Thread starter Thread starter vkey
  • Start date Start date
V

vkey

hi there to all......

Is it possible to fetch data records from other website and store in a
database dynamically....

I mean to say i want to fetch data from a yellow pages website .......
showing records of different companies.
i.e, http://www.website.com/data.aspx?CompanyID=1&DirectoryID=2

So, now I want a script which goes on this path and copy data after
that go on next page which is CompanyID=3&DirectoryID=2 and follow the
procedure.........

thats it


I shall be very thankful to everyone who can do or help me to do....


thanks.
 
Use the HttpWebRequest class to request the page. Then you have to
locate the information you want in the html code recieved.
 
Of course, you could also find out if they offer a web service which
allows you to request certain information, and then use it to receive
data in a proper format.

- Vaibhav
 

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