|
-
Jun 1st, 2001, 04:22 PM
#1
Thread Starter
New Member
TreeView
Anybody knows how can I use TreeView Control in Interdev and ASP code.
Thanks
-
Jun 1st, 2001, 05:31 PM
#2
Frenzied Member
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.
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
-
Jun 2nd, 2001, 01:55 AM
#3
New Member
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
-
Jun 2nd, 2001, 10:37 PM
#4
Frenzied Member
Yes, it works great with no images for the nodes.
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|