Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net (http://www.velocityreviews.com/forums/f29-asp-net.html)
-   -   Re: Passing objects between pages and frames... (http://www.velocityreviews.com/forums/t58974-re-passing-objects-between-pages-and-frames.html)

dave wanta 07-04-2003 12:10 PM

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
www.aspnetemail.com



"Daniel Bass" <danielbass@postmaster.co.uk> wrote in message
news:u2W76HhQDHA.3020@TK2MSFTNGP10.phx.gbl...
> 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 an

instance
> of the page you've just been sent from, and then accessing that object,

but
> 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.
>
>





All times are GMT. The time now is 11:51 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


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