Find full path on TreeView node click in javascript
Hi all,i want to find the full path with "." seprator when click on asp.net TreeView node Click.
if having multiple parents like
A
______a
__________1
______b
______c
B
______a
______b
if 1 is clicked then the Result should be like
A.a.1
Please do the need full.
Thanks & Regards
Vinay
