Hi I'm trying to working with RSS feeds in C#. I added RSS feeds like
When I try to read into a DataSet
like:
ds.readxml(rsspath)
I get some tables in a DataSet. Now how do I know which table contains exact data of all the products?
I'm not getting products list if I write:
gv.datasource = ds.tables[0]
Any help or suggestions?