Hi
Professional ASP.NET 2.0 Page-344 Listing 11-7.
<asp:XmlDataSource ID ="XmlDataSource1" runat ="server"
DataFile ="http://msdn.microsoft.com/rss.xml"
XPath ="rss/channel/item">
<asp:XmlDataSource>
//----------------------------------------------------
the working examples is below:
Please visit this link:
http://aspspider.info/chadfunk/XmlDa.../Overview.aspx
If you want to learn, how to consume Rss feed from the microsoft.rss.xml - prefered WebSite, or local xml file. Using XmlDataSource & DataList Controls.
Please visit this link:
http://aspspider.info/chadfunk/XmlDa...lDataGrid.aspx
If you want to learn, how to consume Rss feed from the microsoft.rss.xml - prefered WebSite, or Local Xml file. Using XmlDataSource & GridView Controls.
Also check this screencast
http://channel9.msdn.com/Showpost.aspx?postid=120524
I found it on msdn channel 9.