PasswordRecovery.SuccessTemplate Property
Gets or sets the template used to display the Success view of the PasswordRecovery control.
Assembly: System.Web (in System.Web.dll)
[<BrowsableAttribute(false)>] [<PersistenceModeAttribute(PersistenceMode.InnerProperty)>] [<TemplateContainerAttribute(typeof(PasswordRecovery))>] abstract SuccessTemplate : ITemplate with get, set [<BrowsableAttribute(false)>] [<PersistenceModeAttribute(PersistenceMode.InnerProperty)>] [<TemplateContainerAttribute(typeof(PasswordRecovery))>] override SuccessTemplate : ITemplate with get, set
Property Value
Type: System.Web.UI.ITemplateAn ITemplate that contains the template for displaying the PasswordRecovery control in Success view. The default is null.
The SuccessTemplate property contains the template that defines the appearance of the PasswordRecovery control in Success view.
There are no required or optional fields for the 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 properties inherited from WebControl (see the PasswordRecovery control members table).
All other properties are inactive when you use a template for the Success view of the PasswordRecovery control.
Available since 2.0