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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. how to create frames in ASP.NET

how to create frames in ASP.NET

Scheduled Pinned Locked Moved ASP.NET
asp-netcsharptutorialquestion
5 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.
  • Q Offline
    Q Offline
    QuickDeveloper
    wrote on last edited by
    #1

    hi i have created a ASP.NET web application. I have 3 web forms (.aspx) pages in that.I have 2 hyperlinks in one page.when i click on that link,the repective page should load.I am able to display page from link(without frames),but link disappears(since it's another page). So can anybody tell me how to create frames,so that page will be displayed in some area and hyperlink will be visible at top?

    "Every morning I go through Forbes list of 40 richest people in the world. If my name is not in there, I go to work..!!!"

    N C 2 Replies Last reply
    0
    • Q QuickDeveloper

      hi i have created a ASP.NET web application. I have 3 web forms (.aspx) pages in that.I have 2 hyperlinks in one page.when i click on that link,the repective page should load.I am able to display page from link(without frames),but link disappears(since it's another page). So can anybody tell me how to create frames,so that page will be displayed in some area and hyperlink will be visible at top?

      "Every morning I go through Forbes list of 40 richest people in the world. If my name is not in there, I go to work..!!!"

      N Offline
      N Offline
      nagendrathecoder
      wrote on last edited by
      #2

      You can use Master & Content page for this functionality. Keep hyperlinks in MasterPage and add other 2 pages as content page.

      1 Reply Last reply
      0
      • Q QuickDeveloper

        hi i have created a ASP.NET web application. I have 3 web forms (.aspx) pages in that.I have 2 hyperlinks in one page.when i click on that link,the repective page should load.I am able to display page from link(without frames),but link disappears(since it's another page). So can anybody tell me how to create frames,so that page will be displayed in some area and hyperlink will be visible at top?

        "Every morning I go through Forbes list of 40 richest people in the world. If my name is not in there, I go to work..!!!"

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #3

        You don't have to do anything special. Just create a page that contains frames, and put your page in one, and your static page in the other.

        Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

        Q 1 Reply Last reply
        0
        • C Christian Graus

          You don't have to do anything special. Just create a page that contains frames, and put your page in one, and your static page in the other.

          Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

          Q Offline
          Q Offline
          QuickDeveloper
          wrote on last edited by
          #4

          thank you very much Christian... could you give a sample link ....(you mean i need to create frames in html page and put target as .aspx page)??

          "Every morning I go through Forbes list of 40 richest people in the world. If my name is not in there, I go to work..!!!"

          C 1 Reply Last reply
          0
          • Q QuickDeveloper

            thank you very much Christian... could you give a sample link ....(you mean i need to create frames in html page and put target as .aspx page)??

            "Every morning I go through Forbes list of 40 richest people in the world. If my name is not in there, I go to work..!!!"

            C Offline
            C Offline
            Christian Graus
            wrote on last edited by
            #5

            www.diawebster.com[^] That's my company site. The main page is just default.htm, I believe. It goes there automatically, but it's a HTML page. The top aspx uses javascript to control the bottom frame ( they are named for this purpose ). Any links in the bottom section just work, they all work within the frame they are in.

            Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

            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