Using Frame with aspx?

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Using Frame with aspx?

    Can i use a html container that host a Frame and load up multiple aspx page?
    If can, how can I pass information between these aspx files?

    Or is there any ASP way of doing the above without using frame? What i want
    is for a part of the screen to remain still while scrolling in order to
    display some information that need to be shown all the time.


    exshige Guest

  2. Similar Questions and Discussions

    1. passing a token from pageA.aspx to pageB.aspx
      I am trying to get pageA.aspx gridView to pass a key (say deptID) to pageB.aspx which will use the value passed as a filter in it's own griView...
    2. linking on non frame page to a frame in a frame p
      Hello all, I'm doing a job for a friend. Is there a way to load a link from a non-frame page into a frame in a frame based page? Go to:...
    3. newbie: jumping from 3d sprite frame to flash frame
      I'm a Flash developer new to Director. I have a 3D world in frame 1 that the user can walk around in and click things. When they click on certain...
    4. My website plays uncontrolled, frame after frame, instead of with buttons
      Hi there, I´ve created a website, which works fine in the flash player, but when it is loaded in a browser it has troubles. Instead of the...
    5. How to open another aspx page in a specific frame?
      Hi I am very new to ASP development and I have a problem that I have spent days on and cannot find a solution. Any help would be gratefully...
  3. #2

    Default Re: Using Frame with aspx?

    Frames are complex to use in ASP.NET. I don't recommend them unless you're
    very comfortable with client side code because it will probably be necessary
    to communicate between frames.

    Alternately, you can use a div for a scrolling region of your page while the
    rest of the page stays in place.

    --
    I hope this helps,
    Steve C. Orr, MCSD
    [url]http://Steve.Orr.net[/url]


    "exshige" <exshige@yahoo.no.spam.com> wrote in message
    news:3f20d042$1_2@news.tm.net.my...
    > Can i use a html container that host a Frame and load up multiple aspx
    page?
    > If can, how can I pass information between these aspx files?
    >
    > Or is there any ASP way of doing the above without using frame? What i
    want
    > is for a part of the screen to remain still while scrolling in order to
    > display some information that need to be shown all the time.
    >
    >

    Steve C. Orr, MCSD Guest

  4. #3

    Default Re: Using Frame with aspx?

    why somhow the div contents doesn't goes along with other tag like table or
    br tag? I tried a tutorial on the js scroll effect and it works. When i
    tried to add in more stuffs like tables and br stuffs.. the portion of the
    div remain the same on the spot and everything just overlapping each other.

    How come?


    "Steve C. Orr, MCSD" <Steve@Orr.net> wrote in message
    news:OZewygnUDHA.1692@TK2MSFTNGP11.phx.gbl...
    > Frames are complex to use in ASP.NET. I don't recommend them unless
    you're
    > very comfortable with client side code because it will probably be
    necessary
    > to communicate between frames.
    >
    > Alternately, you can use a div for a scrolling region of your page while
    the
    > rest of the page stays in place.
    >
    > --
    > I hope this helps,
    > Steve C. Orr, MCSD
    > [url]http://Steve.Orr.net[/url]
    >
    >
    > "exshige" <exshige@yahoo.no.spam.com> wrote in message
    > news:3f20d042$1_2@news.tm.net.my...
    > > Can i use a html container that host a Frame and load up multiple aspx
    > page?
    > > If can, how can I pass information between these aspx files?
    > >
    > > Or is there any ASP way of doing the above without using frame? What i
    > want
    > > is for a part of the screen to remain still while scrolling in order to
    > > display some information that need to be shown all the time.
    > >
    > >
    >
    >

    exshige Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139