You must Sign In to post a response.
  • Category: JavaScript

    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
  • #752630
    Hi,
    I am bit confused about your requirement. Just to make sure, when user click on 1, you need to get A.a.1 as the result?

    If that is the case then lease refer below articles:

    pushpontech.blogspot.in/2007/06/getting-treenode-values-on-client-side.html

    aspsnippets.com/Articles/ASP.Net-TreeView---Get-selected-node-Text-and-Value-Client-Side-using-JavaScript.aspx


    Regards,
    Asheej T K


  • Sign In to post your comments