I've spent the better part of the day trying to figure this out. From what I understand I need to use an XmlDataProvider but while debugging I see that it doesn't contain any data.
Can someone demonstrate how to do that?
I've spent the better part of the day trying to figure this out. From what I understand I need to use an XmlDataProvider but while debugging I see that it doesn't contain any data.
Can someone demonstrate how to do that?
Try checking out this blog post on MSDN.
Here, they're binding to XML that's being pulled from an RSS feed. It walks through the process in pretty good detail.
I've read that but that was not exactly what I was looking for.
I'll re-phrase :
Anyone?