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. IE web control TreeView updation

IE web control TreeView updation

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netdatabasedata-structuresquestion
2 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.
  • G Offline
    G Offline
    gbabu17
    wrote on last edited by
    #1

    hi, I am using asp.net1.1. i am using IE treeview web control. In the page load method of codebehind file(C#) i am constructing the tree from DB. i have a submit button where user can update nodedata into DB. When the user clicks the submit button i want the tree to be constructed with the new update values. if i press F5 then i can see the updated value. without pressing F5, how can the tree be updated. i mean when the submit button is pressed i want to execute the event(submit_click) first then the page_load should be executed.how can i achieve it. thanks

    G 1 Reply Last reply
    0
    • G gbabu17

      hi, I am using asp.net1.1. i am using IE treeview web control. In the page load method of codebehind file(C#) i am constructing the tree from DB. i have a submit button where user can update nodedata into DB. When the user clicks the submit button i want the tree to be constructed with the new update values. if i press F5 then i can see the updated value. without pressing F5, how can the tree be updated. i mean when the submit button is pressed i want to execute the event(submit_click) first then the page_load should be executed.how can i achieve it. thanks

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      You can't. The Page_Load event always occurs before any control events. Any code that you want ececuted after the control events, you can put in Page_PreRender instead.

      --- b { font-weight: normal; }

      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