|
Rank: Advanced Member Groups: Member
Joined: 9/18/2007 Posts: 38
|
Is there any elegant way to get the treeview object to bind (recursively) to a directory on the server and all subs all layers deep?
I did try but am having trouble understanding the hierarchy of the object
Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
|
|
Rank: Advanced Member Groups: Member
Joined: 9/18/2007 Posts: 38
|
ok good thanks much.
As a follow up is there a way to have this object work so when a user clicks the '+' icon beside a folder it expands, but when a user clicks the actual folder name I can grab that and run some .net events? I tried wiring the OnItemClick and just ItemClick to do some action but it seemed to ignore that.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You will need to set the TreeView's RaisesServerEvent to true.
Thanks
|
|