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. About Frames

About Frames

Scheduled Pinned Locked Moved ASP.NET
javascriptxmltutorial
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.
  • S Offline
    S Offline
    sribachana
    wrote on last edited by
    #1

    I have 2 Frames.One of the frame has Treeview control and another Frame will have the respective aspx page of the Node of the treeview control placed in frame.When i perform some action(eg:Adding of 'user') on the particular aspx page,that added user is added to xml. I want the first Frame (Treeview control) to be updated.So it need to reload. How to reload first Frame when some modifications are done in second frame using javascript.

    T 1 Reply Last reply
    0
    • S sribachana

      I have 2 Frames.One of the frame has Treeview control and another Frame will have the respective aspx page of the Node of the treeview control placed in frame.When i perform some action(eg:Adding of 'user') on the particular aspx page,that added user is added to xml. I want the first Frame (Treeview control) to be updated.So it need to reload. How to reload first Frame when some modifications are done in second frame using javascript.

      T Offline
      T Offline
      Tad McClellan
      wrote on last edited by
      #2

      Use cross frame navigation from the client. On way to do this is to populate a public variable from the server side with the necessary javascript after you have done what you are trying to do (update the database or whatever). Then on the client in the page load do this <%=ThePublicVariable%>. This will reload the tree frame.

      TadMcClellan.Com

      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