OK I am using an option box to build a string. What I am doing is asking a question, then the user chooses what they want, then clicks on the submit button. It goes to another page and retrieves that string by using the request.querystring method. I then do they same thing on the next page in which it gets another string using the same method. My question is how do you keep that string value form the first page?