WizardStep Class
Represents a basic step that is displayed in a Wizard control. This class cannot be inherited.
Assembly: System.Web (in System.Web.dll)
[BindableAttribute(false)] [AspNetHostingPermissionAttribute(SecurityAction::InheritanceDemand, Level = AspNetHostingPermissionLevel::Minimal)] [AspNetHostingPermissionAttribute(SecurityAction::LinkDemand, Level = AspNetHostingPermissionLevel::Minimal)] public ref class WizardStep sealed : public WizardStepBase
<asp:WizardStep />
A Wizard control is made up of a collection of WizardStep objects that represent single steps of a wizard. The Wizard control displays a single WizardStep object at a time. You can use a Wizard control and its associated WizardStep objects to collect related data in a linear or nonlinear fashion.
Note: |
|---|
If you embed the Login control in a WizardStep, explicitly set the ActiveStepIndex in a Page_Load event handler if the user is authenticated. The Wizard control does not automatically advance to the next WizardStep in this scenario. |
You cannot apply a theme to WizardStep but you can apply a theme to TemplatedWizardStep.
Note: |
|---|
If you programmatically add a WizardStep in the Page_Load event handler, you must add the navigation to that step prior to the page loading. |
| Topic | Location |
|---|---|
| Walkthrough: Creating a Basic ASP.NET Wizard Control | Building ASP .NET Web Applications in Visual Studio |
| Walkthrough: Advanced Use of the ASP.NET Wizard Control | Building ASP .NET Web Applications in Visual Studio |
- AspNetHostingPermission
for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- AspNetHostingPermission
for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.
System.Web.UI::Control
System.Web.UI.WebControls::View
System.Web.UI.WebControls::WizardStepBase
System.Web.UI.WebControls::WizardStep
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note: