I'm not really sure if I understand your question...
If you write a Sub to add/modify an ArrayList to the SessionState, it should save it. You must postback to get the correct values saved to session state. If you just use a hyperlink, for instance, to go to another page, it might not postback, but instead, just go to the other page.
Make sure when you go to another page, it's either after you've done a PostBack to save session state. However you do it, it's going to be required to get the correct values in there. The server doesn't know you've made a change to the state if you don't post back.
alc6379
Cookie... That's it
2,820 posts since Dec 2003
Reputation Points: 186
Solved Threads: 147