System.Web.UI.WebControls.PasswordRecovery.SuccessTemplate Property

Gets or sets the template used to display the Success view of the System.Web.UI.WebControls.PasswordRecovery control.

Syntax

[System.Web.UI.TemplateContainer(typeof(System.Web.UI.WebControls.PasswordRecovery))]
public virtual System.Web.UI.ITemplate SuccessTemplate { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The PasswordRecovery.SuccessTemplate property contains the template that defines the appearance of the System.Web.UI.WebControls.PasswordRecovery control in Success view.

There are no required or optional fields for the System.Web.UI.WebControls.PasswordRecovery Success view template.

When you use a template to define the appearance of the Success view, only the following properties affect the behavior of the control:

All other properties are inactive when you use a template for the Success view of the System.Web.UI.WebControls.PasswordRecovery control.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0