-
I've just started trying to learn ASP and VB script, with the intention of converting a VB application to being web-based. The application revolves around a tree view, but I am having no luck using the tree view control in the web environment.
Can anyone post me some code showing how to do it.
Thanks in advance
-
I had trouble using the treeview control as well. The treeview works fine, but the imagelist doesn't, so you end up with a very ugly looking treeview with no icons. I ended up using a javascript treeview..