Fetch data from other sites...

toughcoder
01-07-2007, 07:09 AM
Greetings everyone,

I want to develop a ASP.NET site which can grab data from other sites. Actually I want to fetch data from http://www.sharekhan.com/ This site provides share value info abt different companies. Can anyone plz tell me how this can be achieved?

wayneph
01-08-2007, 07:00 AM
You can use classes from the System.Net namespace. Either the WebClient or WebRequest and WebResponse classes would work. (If you're using .NET 2.0, you can also use My.Computer.Network.DownloadFile() for a wrapper of the System.Net namespace calls.)

You can probably find a few examples up in our .NET Communications Form.

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum