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. Frameset

Frameset

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nethelptutorialquestion
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.
  • Y Offline
    Y Offline
    Yoyosh 0
    wrote on last edited by
    #1

    -------------------------------------------------------------------------------- How to simulate a frameset under ASP.NET 2.0? I mean: suppose that our site should be divided into 4 parts, like that: 1 | 2 --|-- 3 | 4 Site number 1 would be a classic "menu". When user selects an option from this menu, some page should be loaded into section number 2, other page into section 3, and other in section 4. How to achieve that? I suppose that could be done using master pages and "menu" or "treeview" navigation controls, but I tryed and I wasn`t succesfull :( thank you in advance for help

    M 1 Reply Last reply
    0
    • Y Yoyosh 0

      -------------------------------------------------------------------------------- How to simulate a frameset under ASP.NET 2.0? I mean: suppose that our site should be divided into 4 parts, like that: 1 | 2 --|-- 3 | 4 Site number 1 would be a classic "menu". When user selects an option from this menu, some page should be loaded into section number 2, other page into section 3, and other in section 4. How to achieve that? I suppose that could be done using master pages and "menu" or "treeview" navigation controls, but I tryed and I wasn`t succesfull :( thank you in advance for help

      M Offline
      M Offline
      Mike Ellison
      wrote on last edited by
      #2

      You could use <iframe> tags in your sections 2,3,4 and have your menu items in 1 be LinkButtons, with event handlers that set the src attributes of the iframes accordingly.

      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