What is the best way to create a wizard in C# for web?
- by Yan
Hi ,
i want to create a wizard the include a few steps ,that in the final steps
we need to include all the steps and save on the data base.
what is the best design to do this ?
there is implemante for a jquery ?
i need to save the steps in sessions till the final save ?
thanks !!!!