Mark
I know it's possible to put an array in a session variable, but is it possible to place a structured array in a session variable then be able to retrieve specific members from the structured array and display them on another web page.Here is my structure
Structure Questionset
Dim question As String
question =
choiceA =
choiceB =
choiceC =
answer =
questions(i).question = question
questions(i).choiceA = choiceA
questions(i).choiceB = choiceB
questions(i).choiceC = choiceC
questions(i).answer = answer