Ask a Question related to ASP.NET General, Design and Development.
-
dave wanta #1
Re: Passing objects between pages and frames...
Hi Dan,
You could either store it in Cache (if it is applicable to the whole app),
or in a session variable. Those are the two quick ones I can think of, off
the top of my head.
Then just destroy it as soon as it is done.
hth,
Dave
[url]www.aspnetemail.com[/url]
"Daniel Bass" <danielbass@postmaster.co.uk> wrote in message
news:u2W76HhQDHA.3020@TK2MSFTNGP10.phx.gbl...instance> I know it's easy to create an instance of an object, then pass it to the
> next instance of a page using server.transfer, and then creating anbut> of the page you've just been sent from, and then accessing that object,> what if the two page exist at the same time?
>
> my example is with a data grid...
>
> how do i pass a data grid i've created in one frame, to another frame
> through asp.net?
>
> thanks.
>
> Dan.
>
>
dave wanta Guest
-
Pages without Frames !!!!!
My main page consists of 4x Frames. Left.cfm, Right.cfm, Main.cfm and AllFrames.cfm. De icons are placed on the Left page. If you click on an icon,... -
Passing data between frames
I thought this would be relatively easy but I'm stumped. I have a frame set with several frames and would like to have the data in any one frame... -
How do I moving graphic objects within text frames?
I have noticed that when I place a graphic image or object inside a text frame and then try to move the graphic, I instead grab and move the text... -
objects in header / sharing data among frames
Hi all, I want to share data between two frames. My object should be a php script (if possible). The object should know (using a session... -
is this an acceptable way of passing objects to other objects?
I've read that objects should always be passed by reference to other objects. I've also read that future versions of PHP may not support runtime...



Reply With Quote

