I have an array list to which I add a list of codes. When I redirect to a different page(aspx) I want to be able to access these codes added to the arraylist from the other page.
Which is the easiest way to do this apart from creating a seperate Class.cs file.
regards
You could use the
Sessionvariables:And then simply switch it around on your second page to get it back: