PDA

Click to See Complete Forum and Search --> : Treeviews


iandarbyshire
Dec 8th, 2000, 10:21 AM
Trying to port a VB app to the web. Back end is SQL server and am using ADO.

My problem is everything is driven off a treeview and I cannot get it to work in VBScript. The code works without bombing out but the treeview just shows lines and no text.

Anyone got any working code they could post me???

Thanks

monte96
Dec 9th, 2000, 09:11 PM
There is a very good javascript treeview on Planet Sourcecode. With a few modifications, and a few bug fixes, it is a pretty solid and fast treeview for web apps.

The problem I've had with implementing an ActiveX treeview on the web is the imagelist control and getting the image data into it on the client side. But.. I've found this javascript treeview much better.