ChangePassword.ContinueButtonType Property
.NET Framework 3.0
Gets or sets the type of button to use when rendering the Continue button for the ChangePassword control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
ChangePassword Members
System.Web.UI.WebControls Namespace
Customizing the Appearance of ASP.NET Login Controls
Web Server Controls Templates (Visual Studio)
Introduction to ASP.NET Themes
How to: Create Web Server Control Templates Dynamically
How to: Create Web Server Control Templates Using ASP.NET Syntax
How to: Display Information to Anonymous and Logged-In Users
Web Site Administration Tool Security Tab
Assembly: System.Web (in system.web.dll)
/** @property */ public ButtonType get_ContinueButtonType () /** @property */ public void set_ContinueButtonType (ButtonType value)
public function get ContinueButtonType () : ButtonType public function set ContinueButtonType (value : ButtonType)
Not applicable.
Property Value
A ButtonType object that defines the type of button to render for the Continue button. The property value can be one of the three ButtonType enumeration values: Button, Image, or Link. The default is Button.Reference
ChangePassword ClassChangePassword Members
System.Web.UI.WebControls Namespace
Other Resources
ASP.NET Login Controls OverviewCustomizing the Appearance of ASP.NET Login Controls
Web Server Controls Templates (Visual Studio)
Introduction to ASP.NET Themes
How to: Create Web Server Control Templates Dynamically
How to: Create Web Server Control Templates Using ASP.NET Syntax
How to: Display Information to Anonymous and Logged-In Users
Web Site Administration Tool Security Tab
Community Additions
ADD
Show: