How to get information from a web site by using C# in a windows application?

  • Thread starter Thread starter Alvin Lau
  • Start date Start date
Take a look art the System.Net.HttpWebRequest class and, if the site has an RSS feed, the System.Xml namespace

Regards

Richard Blewett - DevelopMentor
http://staff.develop.com/richardb/weblog


nntp://news.microsoft.com/microsoft.public.dotnet.languages.csharp/
How to get data from a web site by using C# in a windows application?

For Example:

How can i get the list of from the main page of http://www.developersdex.com/?

Thx ~


Don't just participate in USENET...get rewarded for it!

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.760 / Virus Database: 509 - Release Date: 10/09/2004

[microsoft.public.dotnet.languages.csharp]
 
Back
Top