I have a window form in which i have a treeview control...
i want to display a xml file in tree format on this treeview control.
How can this be done??
Can i add the XML as the datasource to the tree.?
If this possible....how can it be achieved??
or is there any other way around??
Its very urgent..!!!
Thnkx in advance!!
Loading
Mike GoldPosted Mar 23, 2007, 6:09 PM
see: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=359047&SiteID=1
Otherwise you'll need to hope brew your own in xml
You can also take a look at
http://www.codeproject.com/cs/miscctrl/Siepe_XmlTreeView.asp
which may give you some ideas.