TemplatedWizardStep Class
Represents a step in a wizard control that can be customized through the use of templates.
Assembly: System.Web (in System.Web.dll)
[ThemeableAttribute(true)] [BindableAttribute(false)] [AspNetHostingPermissionAttribute(SecurityAction::LinkDemand, Level = AspNetHostingPermissionLevel::Minimal)] [AspNetHostingPermissionAttribute(SecurityAction::InheritanceDemand, Level = AspNetHostingPermissionLevel::Minimal)] public ref class TemplatedWizardStep : public WizardStepBase
<asp:TemplatedWizardStep />
The TemplatedWizardStep class allows you to customize the content and navigation templates within it. The following example shows how to define a template-based wizard step.
Note: |
|---|
The CustomNavigationTemplate property allows you to take full control of the navigation block, usually displayed at the bottom of the current view. Normally, you fill the navigation block with a series of buttons. However, other controls are acceptable as long as they support command bubbling, as does the Button control. |
- 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::TemplatedWizardStep
System.Web.UI.WebControls::CompleteWizardStep
System.Web.UI.WebControls::CreateUserWizardStep
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: