RSS Feed/Reader

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

RSS Feed/Reader
I need design a web page that can read RSS feeds as it is implemented in “My
Yahoo†page, is there any sample example available for these type of web
application?
 
Why 1.0.01?

Have you tried Argotic? Its the most robust library that has been developed
and has surpassed the RSS Toolkit which is now at 2.0 playing catch up and
way behind.
 
As others have posted, there are some pretty sophisticated Syndication
libraries available. However, if you are just getting started, you can read
any RSS feed by simply requesting its url with the DataSet.ReadXml(urlToFeed)
method.
The "Items" collection, which can be easily databound to various controls,
usually shows up as table number 2 or 3.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com
 
Back
Top