Wizard.GetHistory Method
.NET Framework 3.0
Returns a collection of WizardStepBase objects that have been accessed.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The GetHistory method returns a collection containing the WizardStepBase objects that have been accessed. The WizardStepBase objects are arranged in the order in which they were accessed: the first item in the collection is the previous WizardStepBase object, the second item in the collection is the WizardStepBase object that was accessed before the previous step, and so on.
Community Additions
ADD
Show: