ChangePassword::SuccessTemplate Property
Gets or sets the ITemplate object that is used to display the Success and Change Password views of the ChangePassword control.
Assembly: System.Web (in System.Web.dll)
[PersistenceModeAttribute(PersistenceMode::InnerProperty)] [TemplateContainerAttribute(typeof(ChangePassword))] [BrowsableAttribute(false)] public: virtual property ITemplate^ SuccessTemplate { ITemplate^ get (); void set (ITemplate^ value); }
<asp:ChangePassword> <SuccessTemplate>ITemplate</SuccessTemplate> </asp:ChangePassword>
Property Value
Type: System.Web.UI::ITemplateAn ITemplate object that contains the template for displaying the Success and Change Password views of the ChangePassword control. The default is nullptr.
The SuccessTemplate property specifies the ITemplate object that is used by the ChangePassword control. The SuccessTemplate property is accessible only when using a code-behind file. For more information, see How To: Create ASP.NET Web Server Control Templates Dynamically.
A template is a set of HTML elements and controls that make up the layout for a particular portion of a control. Templates differ from styles:
Templates define the content of a section of a control.
Styles specify the appearance of elements in the control.
For more information, see ASP.NET Web Server Controls Templates and ASP.NET Themes and Skins Overview.
The ChangePassword control supports the following templates, which are applied to the corresponding control view.
Template name | Control view |
|---|---|
Change Password view | |
SuccessTemplate | Success view |
You can also create or modify the template for a control in your .aspx file. For more information, see How to: Create ASP.NET Web Control Templates Declaratively.
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.