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. accessinq page

accessinq page

Scheduled Pinned Locked Moved ASP.NET
questioncsharpasp-net
5 Posts 4 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
    smitab
    wrote on last edited by
    #1

    hi all, i am using asp.net1.1...and i want to access one page on another page. i am not using frames, but i am using tables and i want to show the page in one cell of the table.. how can i show? sam.

    G I E 3 Replies Last reply
    0
    • S smitab

      hi all, i am using asp.net1.1...and i want to access one page on another page. i am not using frames, but i am using tables and i want to show the page in one cell of the table.. how can i show? sam.

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

      The only way to show a page inside another page is to use an iframe. If you want the contents of the page inside the code of another page, you can't use a complete page. You can only put html fragments into the page, e.g. just the contents of the body tag. --- b { font-weight: normal; }

      1 Reply Last reply
      0
      • S smitab

        hi all, i am using asp.net1.1...and i want to access one page on another page. i am not using frames, but i am using tables and i want to show the page in one cell of the table.. how can i show? sam.

        I Offline
        I Offline
        Ista
        wrote on last edited by
        #3

        Maybe Server.Execute. But, it wont fire the correct events unless you use an IFRAME 1 line of code equals many bugs. So don't write any!!

        1 Reply Last reply
        0
        • S smitab

          hi all, i am using asp.net1.1...and i want to access one page on another page. i am not using frames, but i am using tables and i want to show the page in one cell of the table.. how can i show? sam.

          E Offline
          E Offline
          eggsovereasy
          wrote on last edited by
          #4

          You could make a user control, put in the second page so it appears unchanged. Then on the first page, put it in the table cell. If you need it more dynamic you could put a placeholder in the table cell and load what ever control you wanted.

          S 1 Reply Last reply
          0
          • E eggsovereasy

            You could make a user control, put in the second page so it appears unchanged. Then on the first page, put it in the table cell. If you need it more dynamic you could put a placeholder in the table cell and load what ever control you wanted.

            S Offline
            S Offline
            smitab
            wrote on last edited by
            #5

            should i use user control of second page? sam.

            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