R
rgparkins
Hi
I am creating a sign-up process on a web site much like that of a
wizard form. I have browsed many sites to look for examples of how to
store the entry data, so that the user can go back and forward along
the sign -up process. I am currently trying to use a Session object to
store all these details and get them back out of session as each step
is selected.
My model was a HashTable of NameValueCollection, so I could go to the
hash for the particular step, and get the name key value pairs of each
data.
My problem is when I go to recollect the session object (Effectively a
hash table). The object has no data, ie Hash count items = 0. however
when I store this hash table to the Session object it has 5 or 6 items
..
There is something obviously happening when the object is being stored,
maybe a serialization issue.. I am new to this development so would
appreciate any pointers that people may have, or another technique I
can use? Perhaps NameValueCollection or HashTable cant be stored in
session? but why then are they serilaizable?
Many thanks
Richard
I am creating a sign-up process on a web site much like that of a
wizard form. I have browsed many sites to look for examples of how to
store the entry data, so that the user can go back and forward along
the sign -up process. I am currently trying to use a Session object to
store all these details and get them back out of session as each step
is selected.
My model was a HashTable of NameValueCollection, so I could go to the
hash for the particular step, and get the name key value pairs of each
data.
My problem is when I go to recollect the session object (Effectively a
hash table). The object has no data, ie Hash count items = 0. however
when I store this hash table to the Session object it has 5 or 6 items
..
There is something obviously happening when the object is being stored,
maybe a serialization issue.. I am new to this development so would
appreciate any pointers that people may have, or another technique I
can use? Perhaps NameValueCollection or HashTable cant be stored in
session? but why then are they serilaizable?
Many thanks
Richard