Hello,
I am looking to make a small project that can take an RSS feed that is stored in XML format (i.e. http://www.bbc.co.uk/radio1/rss/rss_radio1.xml) and display it on my asp.net page.
A simple XML Datasource does not seem to accept nor like a url as the defined source.
How can I make an ASP.NET page that will grab data from this remote XML source and display it?
View Complete Post