Is the list an array? or what?
You have a few options:
(1) a session array or session string variable
(2) comma delimited string using Request.Querystring
or (3) set a hidden form field equal to the comma delimited string and post it to the next page by submitting a form
If you need help setting any of these options up, post a reply and I will show you some examples.