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. Frames in ASP.NET

Frames in ASP.NET

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netquestion
4 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.
  • D Offline
    D Offline
    Daniel Kirstenpfad
    wrote on last edited by
    #1

    Hi is there an easy way to use Frames in ASP.NET. Especially the fact that i have to pass Data between different Frames is difficult to handle. maybe you can offer me some samples ? mfG. Daniel Kirstenpfad

    S 1 Reply Last reply
    0
    • D Daniel Kirstenpfad

      Hi is there an easy way to use Frames in ASP.NET. Especially the fact that i have to pass Data between different Frames is difficult to handle. maybe you can offer me some samples ? mfG. Daniel Kirstenpfad

      S Offline
      S Offline
      Steve McLenithan
      wrote on last edited by
      #2

      Why use frames?

      Steve McLenithan
      Is Bert Evil? | Homer: "Hello, operator, gimme the number for 911!"

      D 1 Reply Last reply
      0
      • S Steve McLenithan

        Why use frames?

        Steve McLenithan
        Is Bert Evil? | Homer: "Hello, operator, gimme the number for 911!"

        D Offline
        D Offline
        Daniel Kirstenpfad
        wrote on last edited by
        #3

        because the desired layout needs them... Think of a "Windows Explorer" ... or a Newsgroups Reader... ... the Newsgroup Reader is the desired App.... - but how to do it without frames ? mfg. Daniel

        P 1 Reply Last reply
        0
        • D Daniel Kirstenpfad

          because the desired layout needs them... Think of a "Windows Explorer" ... or a Newsgroups Reader... ... the Newsgroup Reader is the desired App.... - but how to do it without frames ? mfg. Daniel

          P Offline
          P Offline
          Paul Watson
          wrote on last edited by
          #4

          Daniel Kirstenpfad wrote: Think of a "Windows Explorer" ... or a Newsgroups Reader... ... the Newsgroup Reader is the desired App.... - but how to do it without frames ? You can use DIVs with overflow: scroll set on them to have panes which scroll independantly of the main page (actually you can put that on any BLOCK element.) Much better way and then you don't have to manage calls between FRAMEs. If however you are dead set on FRAMEs then there is no difference between using FRAMEs with ASP vs. ASP.NET. It is all client side so nothing changes. You still use JavaScript to talk between the FRAMEs.

          Paul Watson
          Bluegrass
          Cape Town, South Africa

          brianwelsch wrote: I find my day goes by more smoothly if I never question other peoples fantasies. My own disturb me enough.

          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