-
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
-
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.