I sow that there is XMLDataSource type for Web developing but how to populate TreeView with XML file?
There is way manualy to do it, probably, but there should be some easier way....
something like>
VB Code:
dim XmlDoc as XMLdocument XmlDoc.Load("some.xml") me.treeview1.populate(XmlDoc)
Thanks!!!!




Reply With Quote