Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Selecting Multiple Nodes in ASP.Net treeview

Selecting Multiple Nodes in ASP.Net treeview

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netdata-structureshelpquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    meeram395
    wrote on last edited by
    #1

    I have two treeviews in my page. I want to select multiple nodes on the left hand side of the tree view and add the same to the right hand side. Is it possible to do so in a web page? This is something like a list of items on the lefthand side listbox, then clicks a button called "Add>>", so it will add to the righthand side of listbox. Any help in this regard? Please help. any links or code page to this direction would be really great.

    Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.

    D 1 Reply Last reply
    0
    • M meeram395

      I have two treeviews in my page. I want to select multiple nodes on the left hand side of the tree view and add the same to the right hand side. Is it possible to do so in a web page? This is something like a list of items on the lefthand side listbox, then clicks a button called "Add>>", so it will add to the righthand side of listbox. Any help in this regard? Please help. any links or code page to this direction would be really great.

      Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.

      D Offline
      D Offline
      dotnetmember
      wrote on last edited by
      #2

      allow checkboxes for the treeview by setting ShowCheckBoxes property to 'All' the and u can select multiple nodes and on click of add button ,take those checked nodes to right.

      M 1 Reply Last reply
      0
      • D dotnetmember

        allow checkboxes for the treeview by setting ShowCheckBoxes property to 'All' the and u can select multiple nodes and on click of add button ,take those checked nodes to right.

        M Offline
        M Offline
        meeram395
        wrote on last edited by
        #3

        Thanks a lot for the idea. let me google it up for the code. If you know any good links explaining this, please forward. Thanks a lot anyways.

        Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups