Dynamically creating a treeview in HTML with indent lines in ASP.Net

Posted by Ben on Stack Overflow See other posts from Stack Overflow or by Ben
Published on 2010-03-10T10:45:40Z Indexed on 2010/06/06 9:32 UTC
Read the original article Hit count: 267

Hi, im quite new to HTML, and am trying to create a proffessional looking TreeView. I can not use the in built treeview in ASP.Net as i need to point the target of the selection to another frame (I have tried, and this doesn't seem possible). My treeview is built up as follows:

  • Folder1
    • ChildOne
    • ChildTwo
    • ChildThree

  • Folder2
    • ChildOne
    • ChildTwo
    • ChildThree

    I have the collapsing of the folders working, but would like to know how to format this treeview so it has dotted lines down to the child nodes (as most treeviews tend to have).

    How would i go about this?

    Cheers.

    © Stack Overflow or respective owner

    Related posts about ASP.NET

    Related posts about JavaScript