May 29, 2002 #1 NatGreen Programmer Apr 19, 2002 90 US Does anyone know the best way to pass an array list between forms? Thanks! NatGreen
May 29, 2002 #2 cbokowski Programmer Oct 3, 2001 413 US a link http://www.dotnetbips.com/displayarticle.aspx?id=79 or take a look at System.Web.Caching.Cache you could store the array in the cache as a matter of fact you could store any object in there. Upvote 0 Downvote
a link http://www.dotnetbips.com/displayarticle.aspx?id=79 or take a look at System.Web.Caching.Cache you could store the array in the cache as a matter of fact you could store any object in there.
May 29, 2002 Thread starter #3 NatGreen Programmer Apr 19, 2002 90 US Thanks cbokowski. I'm already passing my array via session variable, but I was wandering if this was the best way to accomplish this task in .NET Thanks again. NatGreen Upvote 0 Downvote
Thanks cbokowski. I'm already passing my array via session variable, but I was wandering if this was the best way to accomplish this task in .NET Thanks again. NatGreen