Hi,
I have an array variable set up in an ASP page which I want to make available to another ASP page called by the first.
The array is variable in length.
What is the best way to do this?
At first I thought about using a dictionary object as a session variable but the Wrox books advise against this.
Is a session level array variable a good way of doing it?
I have an array variable set up in an ASP page which I want to make available to another ASP page called by the first.
The array is variable in length.
What is the best way to do this?
At first I thought about using a dictionary object as a session variable but the Wrox books advise against this.
Is a session level array variable a good way of doing it?