ChangePassword.CreateUserIconUrl Property
.NET Framework 3.0
Gets or sets the URL of an image to display next to the link to the Web page that contains a CreateUserWizard control for the Web site.
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)
'Declaration Public Overridable Property CreateUserIconUrl As String 'Usage Dim instance As ChangePassword Dim value As String value = instance.CreateUserIconUrl instance.CreateUserIconUrl = value
/** @property */ public String get_CreateUserIconUrl () /** @property */ public void set_CreateUserIconUrl (String value)
public function get CreateUserIconUrl () : String public function set CreateUserIconUrl (value : String)
Not applicable.
Property Value
The URL of an image to display next to the link to the Web page that contains a CreateUserWizard control for the Web site. 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: