I am using C# and .NET 3.5. I want to get RSS feeds from this URL http://feeds.feedburner.com/sada and display them on a webpage. I am
using a XML datasource control and Datalist to do this. The problem is nothing is being displayed. Here is my code for XML datasource: < asp : XmlDataSource ID ="XmlDataSource1"...