Displaying RSS or ATOM content in ASP.NET ListView

800 Views Asked by At

I am having some trouble pulling RSS off of blogger page and publishing it on my own site. I am using SyndicationFeed to pull the data down and parse it. I am able to accomplish this but not without quite a bit of code.

I feel like there should be a while of doing this in a few lines of code and bind that to the ListView.

Can anyone point me at a 'really simple' way to pull rss or atom feed off of another site and bind its contents into a ListView control on my page, including the content of each item?

2

There are 2 best solutions below

1
On BEST ANSWER

This blog post describes an easy way using XmlDataSource in ASP.NET:

Hope that helps.

0
On

Take a look to ASP.NET RSS Toolkit