I want to create a wizard that includes several steps, which in the last steps we must include all the steps and save in the database. What is the best design for this?
Is there a jquery implementation? Do I need to save the steps in the session until the final save?
If you do not enter the database on each page of the wizard, you will have to use sessions or cookies to store data between page requests.
You can also use client-side tricks that will use javascript and hidden frames to store data.
. 2 , , .
IWizardStep, , , , , .. , , .
, , , # , .
http://weblogs.asp.net/scottgu/archive/2006/02/21/438732.aspx
Else. , , . ..
Source: https://habr.com/ru/post/1740634/More articles:element "iframe" undefined - Errors detected while validating this document as XHTML 1.0 Strict! - cssBuild a special module in a multi-module project - javaWhat is the best way to schedule in MFC? - c ++How can I get information about other processes using Delphi? - processМожно ли опросить GetKeyboardState() в качестве замены для глобальной клавиатуры? - c#Winforms Role Based Security Limitations - c #Limit WebClient DownloadFile Максимальный размер файла - httpIE not starting a session from iframe? - internet-explorerStrophe and Ejabberd session resumption issue - javascriptUnknown reason for code executing the way it works in python - pythonAll Articles