I am in need of displaying a catalog as a treeview and I'm trying to use
the
GetRootCategory(catalogName, CategoryConfig).ChildCategories.DataSet
resultset, which is of type CatalogItemsDataSet. This will not bind to
the
treeview because it doesn't implement IHierarchyData. Are my options for
me
to wrap this resulting set in a custom IHierarchyData class or build my
own
stored proc that will query the CS2007 Tables hierarchically? or is there
a
third, more direct method I can apply to achieve this task?
Thanks in advance,
Dave