
In this article I’ve made a simple web page that uses a RSS feed and shows the data in an ASP.NET web page. In this small web page I’ve made a simple application that reads the xml data from a RSS source and displays that in the web page. I’ve used the XmlDocument class and used the WebClient class to download the xml data from an internet URL. I simply read the xml data in simple string format and created the XmlDocument object from it.
|