Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Apr 21, 2005 08:24 PM by Chuke
Member
245 Points
49 Posts
Apr 21, 2005 08:24 PM|LINK
I am trying to make a simple RSS client...
Then problem comes when I bind the data to the datagrid - I am using:
Datagrid1.DataSource = ds.Tables[2];
Some RSS feeds do not use the #2 table - I have found that some use 3, some 6 and some 5 - depending on the spec (rdf, 1.0, 2.0 or Atom).
So - is there a way (without using xsl) to iterate through the data and "find" the table with the RSS Item that I want?
Thanks
Chuke
Member
245 Points
49 Posts
XML (RSS) DataTable Numbers?
Apr 21, 2005 08:24 PM|LINK
I am trying to make a simple RSS client...
Then problem comes when I bind the data to the datagrid - I am using:
Datagrid1.DataSource = ds.Tables[2];
Some RSS feeds do not use the #2 table - I have found that some use 3, some 6 and some 5 - depending on the spec (rdf, 1.0, 2.0 or Atom).
So - is there a way (without using xsl) to iterate through the data and "find" the table with the RSS Item that I want?
Thanks