ASPnetNovice
Programmer
I have the following question:
I created some kind of wizard that consist of 4 differents pages to gather information from a user.
I will like to maintain all the data entered by the user temporarily saved in some kind of hash table until the user reach the last page.
Only when the user reach the last page and is satisfied with his entry I will like to commit or store the data in the database .
My question is how can I do this is there any built in capability to do this ?
I created some kind of wizard that consist of 4 differents pages to gather information from a user.
I will like to maintain all the data entered by the user temporarily saved in some kind of hash table until the user reach the last page.
Only when the user reach the last page and is satisfied with his entry I will like to commit or store the data in the database .
My question is how can I do this is there any built in capability to do this ?