Did a quick search on SO, couldn't find what I need:
I am in process of trying out a new control suite (DevExpress ASP) and need to bind the TabStrip control to a datasource from SQL. The online documentation states that "any object that implements the IHierarchicalEnumerable or IHierarchicalDataSource interface (e.g. SiteMapDataSource, XmlDataSource) may be used as a data source for this control. "
Having no experience with interfaces, How do I put my stored proc's XML results into an object as described by the documentation?
ps: I have NO LINQ experience either.