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. Is this possible ?

Is this possible ?

Scheduled Pinned Locked Moved ASP.NET
csharphtmlasp-netquestion
4 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.
  • V Offline
    V Offline
    Vadim Tabakman
    wrote on last edited by
    #1

    Is it possible in ASP.NET to have a Menu (custom control or something) on the left of my aspx page, and another aspx page on the right, so that when I click on an item in the menu, it updates the aspx page on the right? I don't want to have to reload my whole page, just to click an option in the menu. I guess this is kind of like having frames, but I haven't been able to find any info about this? If this is possible, who do I do it in DevStudio? or do i have to hard code the HTML code? Thanx HEAPS in advance. :) If there's one thing I've learned, it's that life is one crushing defeat after another until you just wish Flanders was dead. - Homer Simpson

    V 1 Reply Last reply
    0
    • V Vadim Tabakman

      Is it possible in ASP.NET to have a Menu (custom control or something) on the left of my aspx page, and another aspx page on the right, so that when I click on an item in the menu, it updates the aspx page on the right? I don't want to have to reload my whole page, just to click an option in the menu. I guess this is kind of like having frames, but I haven't been able to find any info about this? If this is possible, who do I do it in DevStudio? or do i have to hard code the HTML code? Thanx HEAPS in advance. :) If there's one thing I've learned, it's that life is one crushing defeat after another until you just wish Flanders was dead. - Homer Simpson

      V Offline
      V Offline
      Vadim Tabakman
      wrote on last edited by
      #2

      I guess i have found this on an MSDN page :

      So it seems like it can be done through standard html, which is fine, but I thought I would be able to create a website for a business using devstudio. The good old drag'n'drop? but I don't see Frameset anywhere in devstudio, not even under HTML Controls. Any wise cookies out there that can help an ASP.NET beginner? :) If there's one thing I've learned, it's that life is one crushing defeat after another until you just wish Flanders was dead. - Homer Simpson

      A 1 Reply Last reply
      0
      • V Vadim Tabakman

        I guess i have found this on an MSDN page :

        So it seems like it can be done through standard html, which is fine, but I thought I would be able to create a website for a business using devstudio. The good old drag'n'drop? but I don't see Frameset anywhere in devstudio, not even under HTML Controls. Any wise cookies out there that can help an ASP.NET beginner? :) If there's one thing I've learned, it's that life is one crushing defeat after another until you just wish Flanders was dead. - Homer Simpson

        A Offline
        A Offline
        Andrew Quinn AUS
        wrote on last edited by
        #3

        Hi, You can create a frameset page in VS by: 1. In solution explorer, right-mouse "Add New Item..." 2. In the dialog, click "UI" in the left-hand treeview 3. Click on the "Frameset" in the right-hand listview 4. Choose whichever template suits your needs. This will create a HTML page with framesets embedded. If you wanted to make this an aspx page so that the server can control the contents, change the extension (in the Solution Explorer window) to xxxxx.aspx, Visual Studio will also inform you if you want to create the code-behind file too. Hope this helps, Andy

        V 1 Reply Last reply
        0
        • A Andrew Quinn AUS

          Hi, You can create a frameset page in VS by: 1. In solution explorer, right-mouse "Add New Item..." 2. In the dialog, click "UI" in the left-hand treeview 3. Click on the "Frameset" in the right-hand listview 4. Choose whichever template suits your needs. This will create a HTML page with framesets embedded. If you wanted to make this an aspx page so that the server can control the contents, change the extension (in the Solution Explorer window) to xxxxx.aspx, Visual Studio will also inform you if you want to create the code-behind file too. Hope this helps, Andy

          V Offline
          V Offline
          Vadim Tabakman
          wrote on last edited by
          #4

          I just tried it out, and works great. I can't believe I couldn't find out how to do it using msdn. Thanx!!! Awesome, i've been saying to a mate of mine that it can be done. You rule. Thank you so much :) Jubjub If there's one thing I've learned, it's that life is one crushing defeat after another until you just wish Flanders was dead. - Homer Simpson

          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