The ASP.NET RSS Toolkit is all you needto implement RSS in your ASP.NET 2. - Juan T. Llibre |
Thursday, October 11, 2007 5: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? - clintonG |
Thursday, October 11, 2007 7: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 - Juan T. Llibre |
Thursday, October 11, 2007 8: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 - pbromber |
Friday, October 12, 2007 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 |
 |