CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2008
    Posts
    42

    generating treeview with three nodes

    i need to code a page (MLM levels) in which the there r 3 nodes instead of binary
    ie left , middle , right

    i need to code it in asp.net , how do i do it, any help or links

  2. #2
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: generating treeview with three nodes

    I did something like this years ago in ASP and Java script but don't know if I still have the code or if it would be readable. If I can remember I will take a look tomorrow and see if it is on the system.
    Always use [code][/code] tags when posting code.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured