Ask a Question related to ASP.NET General, Design and Development.
-
Kevin Spencer #1
Re: Array Structure for Application State Variable?
An Array is an object. All you do is store it wherever you want to, and
fetch it back casting it as an Array of whatever data type you have in
there.
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
[url]http://www.takempis.com[/url]
Big things are made up of
lots of little things.
"Anthony C" <acentrella@cantor.com> wrote in message
news:01c201c34a23$cab2eba0$a101280a@phx.gbl...> I have a financial aspnet app that I need to load a large
> amount of stock data available at the application level to
> subsequent sessions.
>
> Question is - I know I can use object references for
> application state var but can I use an application state
> variable that is an array of a user defined structures?
>
> If so how do I reference the array subscripts through the
> application state?
>
> Please help - thanks!
Kevin Spencer Guest
-
#39251 [NEW]: variable variable class array property is read only
From: taskfreak at gmail dot com Operating system: mac os PHP version: 5.1.6 PHP Bug Type: Class/Object related Bug... -
Simple application structure
Is it possible to simply copy a load of .FLV files and associated directory structure in to a FMS2 application directory and then directly reference... -
structure/array gurus - a challenge for you
Your mission, should you choose to accept it, is to help this dizzy array/structure newbie figure his way through this minefield: I am trying to... -
Sorting an Array containing a structure...
I a loop nested in a loop that drives a query that kind of walks backwards out by a commodity classification then by region classification... so... -
Application state
Is everything stored in Application or Session state boxed? For example: Application = 10; Is there boxing involved? Thanks. Just learning...



Reply With Quote

