What is the best way to create a wizard for web?
Posted
by Yan
on Stack Overflow
See other posts from Stack Overflow
or by Yan
Published on 2010-04-11T07:33:50Z
Indexed on
2010/04/11
8:33 UTC
Read the original article
Hit count: 288
I want to create a wizard that includes a few steps, that in the final steps we need to include all the steps and save to the data base. What is the best design to do this ?
Is there an implementation for jquery ? Do I need to save the steps in session till the final save ?
© Stack Overflow or respective owner