how to persist data across multiple pages.
The situation is this:
The first page has 12 text boxes on and and a list box.
I need to navigate through a few pages other pages and retain the data from the first page the user entered.
Its a bit of a faff to use 12 session variables.
Does anyone know how to store arrays in session variables. I have tried and when i retrieve the array I get the message
Cannot convert system.array to a 1 dimensional array of string. This is because I have Option strict switched on.
I need an array because I have a list of id the user enters.