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. Keep selected note of treeview on Master page

Keep selected note of treeview on Master page

Scheduled Pinned Locked Moved ASP.NET
help
3 Posts 3 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.
  • N Offline
    N Offline
    Naunt
    wrote on last edited by
    #1

    Dear All, Please help me again, Is there any way to keep selected node of treeview that existing in Master page. My logic is when I selected Node3 of childNode2. It will show the result page, but the Node3 of Childnode2 is unselect. I want to keep selection of it wherever Page I have reach. Thank and Best Regards

    P S 2 Replies Last reply
    0
    • N Naunt

      Dear All, Please help me again, Is there any way to keep selected node of treeview that existing in Master page. My logic is when I selected Node3 of childNode2. It will show the result page, but the Node3 of Childnode2 is unselect. I want to keep selection of it wherever Page I have reach. Thank and Best Regards

      P Offline
      P Offline
      Paladin2000
      wrote on last edited by
      #2

      Store the identity of the selected node in a session variable, perhaps?

      1 Reply Last reply
      0
      • N Naunt

        Dear All, Please help me again, Is there any way to keep selected node of treeview that existing in Master page. My logic is when I selected Node3 of childNode2. It will show the result page, but the Node3 of Childnode2 is unselect. I want to keep selection of it wherever Page I have reach. Thank and Best Regards

        S Offline
        S Offline
        Sandeep Mewara
        wrote on last edited by
        #3

        naunt wrote:

        I want to keep selection of it wherever Page I have reach

        You need any of the state management techiniques that suits your application, Session/Basepage property being the best ones. Other's can be QueryString, HiddenField in basepage, Cookie, BasePage Property.

        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