Anybody knows how can I use TreeView Control in Interdev and ASP code.
Thanks
Printable View
Anybody knows how can I use TreeView Control in Interdev and ASP code.
Thanks
I found that using the treeview was fairly easy. Using the Imagelist is the trick. You populate the images on the treeview with images from an imagelist. Since the images are on the server side and the activeX controls are loaded on the client side, I ended up giving up on an ActiveX control treeview solution and went with a treeview written in Javascript. You can find a decent one at Planet Source Code in their Javascript section.
Hi,
If u want to use treeview in ur page, Just include it from visual interdev toolbar as any other control. You can specify visual properties in the <OBJECT> tag. Create nodes and child nodes as per your requirement.Nodes and child nodes are programmed same as in VB6.0
Remember this works only in IE not in other browsers
Bye
:D
Yes, it works great with no images for the nodes.