How do I populate TreeViewAdv from XMLFile?
(Views :1142)

By loading the XML file into an XmlDocument object, you can populate the TreeViewAdv by recursively traversing the XML and creating nodes.

Please look at the attached sample

::adCenter::