Wizard.ActiveStepChanged Event
.NET Framework 3.0
Occurs when the user switches to a new step in the control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The ActiveStepChanged event is raised when the current step that is displayed in the Wizard control changes. Use the ActiveStepChanged event to provide additional processing when the current step of the Wizard control changes.
For more information about handling events, see Consuming Events.
The following code example demonstrates how to use the ActiveStepChanged event to update the HeaderText property of the Wizard control.
Community Additions
ADD
Show: