hi i am using a treeview control in my page i am binding the treeview with the datatable
i need to use javascript to get the selected node value on the tree in a button click. how to do this
up vote
1
down vote
favorite
|
hi i am using a treeview control in my page i am binding the treeview with the datatable i need to use javascript to get the selected node value on the tree in a button click. how to do this
|
||
|
up vote
1
down vote
|
When you bind your tree, use the navigateURL property of each node to call a javascript fucntion. When you bind:
On the client:
|
||
|