PasswordRecovery.SuccessTemplate Property
.NET Framework 3.0
Gets or sets the template used to display the Success view of the PasswordRecovery control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
[TemplateContainerAttribute(typeof(PasswordRecovery))] public: virtual property ITemplate^ SuccessTemplate { ITemplate^ get (); void set (ITemplate^ value); }
/** @property */ public ITemplate get_SuccessTemplate () /** @property */ public void set_SuccessTemplate (ITemplate value)
public function get SuccessTemplate () : ITemplate public function set SuccessTemplate (value : ITemplate)
Not applicable.
Property Value
An ITemplate that contains the template for displaying the PasswordRecovery control in Success view. The default is a null reference (Nothing in Visual Basic).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.
Community Additions
ADD
Show: