Dynamically creating a treeview in HTML with indent lines in ASP.Net
- by Ben
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
…