Hey

I setup a datalist with a xmldatasource and pull in an rss feed on my homepage

I pull in this data

ItemTemplate>
<%#XPath("title") %><br /><br />
<%#XPath("description") %><br /><br />
</ItemTemplate>

I need to access the info from description in my code, to use it manipulate some things on my website

How do I do this? ive tried multiple methods on both the datalist and xmldatasource objects but can't seem to find the right one to access description?

Hope this makes sense

i have one Solution which is not appropriate but i think it will work
just store your data bind control data in data table in fetch data from data table
Thnx
Shakeb Ahmad Khan

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.