Ask a Question related to ASP.NET General, Design and Development.
-
exshige #1
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
-
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... -
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:... -
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... -
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... -
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... -
Steve C. Orr, MCSD #2
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...page?> Can i use a html container that host a Frame and load up multiple aspxwant> 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> 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
-
exshige #3
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...you're> Frames are complex to use in ASP.NET. I don't recommend them unlessnecessary> very comfortable with client side code because it will probably bethe> to communicate between frames.
>
> Alternately, you can use a div for a scrolling region of your page while> 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...> page?> > Can i use a html container that host a Frame and load up multiple aspx> want> > 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>> > 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



Reply With Quote

