Problem with arrays

R

Ramez T. Mina

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
 
P

Patrice

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top