ChangePassword.ContinueButtonImageUrl Property
.NET Framework 3.0
Gets or sets the URL of an image to use for the Continue button on the Success view of the ChangePassword control if the Continue button is configured by the ContinueButtonType property to be an image button.
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 String get_ContinueButtonImageUrl () /** @property */ public void set_ContinueButtonImageUrl (String value)
public function get ContinueButtonImageUrl () : String public function set ContinueButtonImageUrl (value : String)
Not applicable.
Property Value
The URL of the image to display with the Continue button. The default is Empty.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: