ASPNETRSSToolkit
(1)
DataSet.ReadXml
(1)
ASP.NET
(1)
ReadXml
(1)
Reader
(1)
BlogMetaFinder
(1)
Yahoo”
(1)
Argotic
(1)

RSS Feed/Reader

Asked By JIM
11-Oct-07 05:26 PM
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?

The ASP.NET RSS Toolkit is all you needto implement RSS in your ASP.NET 2.

Asked By Juan T. Llibre
11-Oct-07 05:39 PM
The ASP.NET RSS Toolkit is all you need
to implement RSS in your ASP.NET 2.0 apps.

http://www.codeplex.com/ASPNETRSSToolkit

Make sure you get version 1.0.0.1...




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================

Why 1.0.01?Have you tried Argotic?

Asked By clintonG
11-Oct-07 07:08 PM
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.

RSS Feed/Reader

Asked By Juan T. Llibre
11-Oct-07 08:17 PM
re:
!> Have you tried Argotic?

No, I haven't. I'll download and test.

Thanks!



Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
As others have posted, there are some pretty sophisticated Syndication
Asked By pbromber
12-Oct-07 11:41 AM
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
Post Question To EggHeadCafe