Variable session life time scope.

jhweb

New member
Joined
Oct 25, 2004
Messages
1
Programming Experience
Beginner
Hello,

I have a simple asp.net web page with a dropdown list and the autopostback property set to true.

I have a few structure variable arrays declared as protected friend hoping that it would retain the variable values through out the session.

The problem is that each time I click and change the value selected in the dropdown list, the array variables get reset.

Is there a way to keep the variable with the values through the session of the Web app.

Thanks.
 
Back
Top