rdgerken
Technical User
- Jul 8, 2002
- 108
Hypothetically,
Let's say I create a string array
On the first page, there is a form to enter first names of people. Then they hit a button to go to another page to enter the last names. Now, I want to display both the first and last names on a 3rd page. How is this possible without using a database? It seems that all the objects I create are only good for duration of that page, and I'm not sure (because I'm new to this), how to keep objects alive across different pages. Please help! Is there some place to declare objects that can be referenced from multiple pages - or is there a way that these objects can be stored in the page?
Thanks
Let's say I create a string array
On the first page, there is a form to enter first names of people. Then they hit a button to go to another page to enter the last names. Now, I want to display both the first and last names on a 3rd page. How is this possible without using a database? It seems that all the objects I create are only good for duration of that page, and I'm not sure (because I'm new to this), how to keep objects alive across different pages. Please help! Is there some place to declare objects that can be referenced from multiple pages - or is there a way that these objects can be stored in the page?
Thanks