Connecting Tech Pros Worldwide Forums | Help | Site Map

Problem with arrays

Ramez T. Mina
Guest
 
Posts: n/a
#1: Nov 18 '05
ASP.NET VB.NET
When clicking on button there is huge amount of data that stored in array of
strings.
when I click another button to retrieve the data...I find the array empty.
So, what do you think the problem and how to solve it??
-Ramez T. Mina



Patrice
Guest
 
Posts: n/a
#2: Nov 18 '05

re: Problem with arrays


How is stored this array ?Note that an ASP.NET page lives just the time of a
browser request. If you store something as a member of the page, it will be
lost as soon as the page ends.

Patrice


"Ramez T. Mina" <rtm_mina@hotmail.com> a écrit dans le message de
news:OqvnrvWQEHA.556@tk2msftngp13.phx.gbl...[color=blue]
> ASP.NET VB.NET
> When clicking on button there is huge amount of data that stored in array[/color]
of[color=blue]
> strings.
> when I click another button to retrieve the data...I find the array empty.
> So, what do you think the problem and how to solve it??
> -Ramez T. Mina
>
>[/color]


Closed Thread