Hello friends
I want to create a control that is use for read RSS some thing like that
http://rss.cnn.com/rss/money_latest.rss
Thanks
Shakti
Printable View
Hello friends
I want to create a control that is use for read RSS some thing like that
http://rss.cnn.com/rss/money_latest.rss
Thanks
Shakti
Hey,
How about this:
http://msdn.microsoft.com/en-us/library/aa478968.aspx
Or this:
http://www.codeproject.com/KB/user-c...ggregator.aspx
Ooooo, and this looks quite interesting:
http://weblogs.asp.net/scottgu/archi...22/438738.aspx
Gary
Use HttpWebRequest to get the XML from the RSS feed. Use XPathNavigator or XmlDocument to query the XML you get back and extract the information.