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. Page within a Page

Page within a Page

Scheduled Pinned Locked Moved ASP.NET
questioncsharpasp-netsharepoint
6 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.
  • P Offline
    P Offline
    Paul Unsworth
    wrote on last edited by
    #1

    Hi Guys, Quick question... Is it possible to display a page from one location in an ASP.NET page? I have an intranet application in ASP.NET 2.0 that I want to display some fileshare pages which are on our existing sharepoint portal within my site so I can keep all my menus etc for navigation. Thank you, :-D

    oooo, the Jedi's will feel this one....

    A G 2 Replies Last reply
    0
    • P Paul Unsworth

      Hi Guys, Quick question... Is it possible to display a page from one location in an ASP.NET page? I have an intranet application in ASP.NET 2.0 that I want to display some fileshare pages which are on our existing sharepoint portal within my site so I can keep all my menus etc for navigation. Thank you, :-D

      oooo, the Jedi's will feel this one....

      A Offline
      A Offline
      Arun Jacob
      wrote on last edited by
      #2

      Have you tried iframe? Just try iframe.i guess it'll help you.

      Arun Jacob http://codepronet.blogspot.com/

      P 1 Reply Last reply
      0
      • A Arun Jacob

        Have you tried iframe? Just try iframe.i guess it'll help you.

        Arun Jacob http://codepronet.blogspot.com/

        P Offline
        P Offline
        Paul Unsworth
        wrote on last edited by
        #3

        Thats perfect, thanks... I'm a newb, so I've never heard of that one. Works a treat. Thank you very much. :-D

        oooo, the Jedi's will feel this one....

        A 1 Reply Last reply
        0
        • P Paul Unsworth

          Thats perfect, thanks... I'm a newb, so I've never heard of that one. Works a treat. Thank you very much. :-D

          oooo, the Jedi's will feel this one....

          A Offline
          A Offline
          Arun Jacob
          wrote on last edited by
          #4

          Glad to see it worked.:thumbsup:

          Arun Jacob http://codepronet.blogspot.com/

          P 1 Reply Last reply
          0
          • A Arun Jacob

            Glad to see it worked.:thumbsup:

            Arun Jacob http://codepronet.blogspot.com/

            P Offline
            P Offline
            Paul Unsworth
            wrote on last edited by
            #5

            It's having some added benifits too... I've been having loads of trouble with authentication with the ReportViewer control looking at SSRS reports. Now I'm just redirecting that traffic into this iFrame jobby, and hey presto!!! The authentication is working perfectly, and it appears to be slightly quicker... :-D :-D :-D Me thinks I need to look at more HTML stuff rather than concentrating on the ASP controls...

            oooo, the Jedi's will feel this one....

            1 Reply Last reply
            0
            • P Paul Unsworth

              Hi Guys, Quick question... Is it possible to display a page from one location in an ASP.NET page? I have an intranet application in ASP.NET 2.0 that I want to display some fileshare pages which are on our existing sharepoint portal within my site so I can keep all my menus etc for navigation. Thank you, :-D

              oooo, the Jedi's will feel this one....

              G Offline
              G Offline
              Gregory Gadow
              wrote on last edited by
              #6

              In addition to IFrame, look at inc. These are text files that may or may not include HTML mark up and inserted into the page using the old #insert directive. Various manuals at my company are available this way. Each section exists as a separate formatted text file with an .inc extension. The user can retrieve single sections and the text is embedded in the page. The user can also retrieve the entire manual, which includes every section. With this technique, there is a single source for the text (which eliminates discrepancies where one page was changed an another was not), it can be reused in a variety of situations, and the use of simple mark up rather than full HTML means that managing the texts can be done by the doc writers and not IT.

              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