I also cannot use hidden fields so without using Session variables, the only other option is to maybe use serialisation, However, I want to append to the serialisation Process on each wizard step, so that by the time the end of the wizard has been reached,
I have a complete picture of the user input through the serialised data. Is there a neat way of appending to a serialised data set without creating a root node each time.
bill crawley
Member
39 Points
69 Posts
Re: strange things with cancel = true on wizard control
Jul 11, 2007 01:49 PM|LINK
I also cannot use hidden fields so without using Session variables, the only other option is to maybe use serialisation, However, I want to append to the serialisation Process on each wizard step, so that by the time the end of the wizard has been reached, I have a complete picture of the user input through the serialised data. Is there a neat way of appending to a serialised data set without creating a root node each time.