Ingestion / Digestion
In Consuming an RSS Feed with ASP.NET, Scott Mitchell explains how to display an RSS feed with an ASP.NET DataGrid in 3 steps :
- Getting the Remote XML Data Into a DataGrid (using an XmlTextReader)
- Improving the Appearance of the DataGrid
- Adding Caching Support