Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using ActiveX TreeControl for viewing an Xml Page

Status
Not open for further replies.

ushas

Technical User
May 20, 2002
8
IN
I have created an activeX control project in VB,added the treecontrol and imagelist.I have written methods for for adding root and child nodes by accepting parameter.

In ASP,i have included the control.Using XMLDOM object i've accessed an xml file.


i have to get the parent tag,child tag from xml file,and fill it in the tree control.how to do it? please do help me.

 
To my mind, you should let all the work be done by your ActiveX. Add a "loadXML" method to your activeX with a domDocument parameter that'll load your xml to your treeview. Water is not bad as long as it stays out human body ;-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top