ASP.NET AJAX RSS Reader
Steve has posted on CodeProject an interesting snippet to consume RSS feeds using Ajax.
Introduction:
So the other day, I
was adding a “news page” to one of my projects, and
thought it was a great chance to play with consuming some
other RSS feeds that had related information to what I was
working on. So, I started looking round, and found the RSS
Toolkit that had an RSS Data Source control that is
perfect for consuming RSS feeds – the toolkit actually
does much more, you should have a read on Dmitry’s blog
(he wrote the toolkit and is on the ASP.NET team) and
download the toolkit here.
I have also used the ASP.NET AJAX Toolkit (which if you are unaware is a collection of controls for use with ASP.NET AJAX, it's an open source project with contributors from both MS and the community). The control I use is the Collapsible Panel control, so you can see a list of the blogs and click each to reveal the text.