i'm using a microsoft treeview control 6.0.
i'm adding 2 nodes to it.but i can see it neither in the design mode in Visual interdev nor when i'm calling the page.
Please help.
Thanks
I first placed a treeview control from the activeX control toolbox in VisualInterdev and then coded the foll:
<SCRIPT language="Vbscript">
dim nodex,nodex1
TreeView1.BorderStyle=1
set nodex=TreeView1.Nodes.Add
(,,"Address","Address"
set nodex1=TreeView1.Nodes.Add("Address",tvwchild,"New","New"
TreeView1.Enabled=true
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.