Class User
The User UserControl is used to manage User Details.
Namespace: DotNetNuke.UI.UserControls
Assembly: DotNetNuke.dll
Syntax
public abstract class User : UserControlBase
Fields
| Improve this Doc View SourceConfirmPasswordRow
The User UserControl is used to manage User Details.
Declaration
protected HtmlTableRow ConfirmPasswordRow
Field Value
Type | Description |
---|---|
HtmlTableRow |
lblUsername
The User UserControl is used to manage User Details.
Declaration
protected Label lblUsername
Field Value
Type | Description |
---|---|
Label |
lblUsernameAsterisk
The User UserControl is used to manage User Details.
Declaration
protected Label lblUsernameAsterisk
Field Value
Type | Description |
---|---|
Label |
PasswordRow
The User UserControl is used to manage User Details.
Declaration
protected HtmlTableRow PasswordRow
Field Value
Type | Description |
---|---|
HtmlTableRow |
plConfirm
The User UserControl is used to manage User Details.
Declaration
protected LabelControl plConfirm
Field Value
Type | Description |
---|---|
LabelControl |
plEmail
The User UserControl is used to manage User Details.
Declaration
protected LabelControl plEmail
Field Value
Type | Description |
---|---|
LabelControl |
plFirstName
The User UserControl is used to manage User Details.
Declaration
protected LabelControl plFirstName
Field Value
Type | Description |
---|---|
LabelControl |
plIM
The User UserControl is used to manage User Details.
Declaration
protected LabelControl plIM
Field Value
Type | Description |
---|---|
LabelControl |
plLastName
The User UserControl is used to manage User Details.
Declaration
protected LabelControl plLastName
Field Value
Type | Description |
---|---|
LabelControl |
plPassword
The User UserControl is used to manage User Details.
Declaration
protected LabelControl plPassword
Field Value
Type | Description |
---|---|
LabelControl |
plUserName
The User UserControl is used to manage User Details.
Declaration
protected LabelControl plUserName
Field Value
Type | Description |
---|---|
LabelControl |
plWebsite
The User UserControl is used to manage User Details.
Declaration
protected LabelControl plWebsite
Field Value
Type | Description |
---|---|
LabelControl |
txtConfirm
The User UserControl is used to manage User Details.
Declaration
protected TextBox txtConfirm
Field Value
Type | Description |
---|---|
TextBox |
txtEmail
The User UserControl is used to manage User Details.
Declaration
protected TextBox txtEmail
Field Value
Type | Description |
---|---|
TextBox |
txtFirstName
The User UserControl is used to manage User Details.
Declaration
protected TextBox txtFirstName
Field Value
Type | Description |
---|---|
TextBox |
txtIM
The User UserControl is used to manage User Details.
Declaration
protected TextBox txtIM
Field Value
Type | Description |
---|---|
TextBox |
txtLastName
The User UserControl is used to manage User Details.
Declaration
protected TextBox txtLastName
Field Value
Type | Description |
---|---|
TextBox |
txtPassword
The User UserControl is used to manage User Details.
Declaration
protected TextBox txtPassword
Field Value
Type | Description |
---|---|
TextBox |
txtUsername
The User UserControl is used to manage User Details.
Declaration
protected TextBox txtUsername
Field Value
Type | Description |
---|---|
TextBox |
txtWebsite
The User UserControl is used to manage User Details.
Declaration
protected TextBox txtWebsite
Field Value
Type | Description |
---|---|
TextBox |
valConfirm1
The User UserControl is used to manage User Details.
Declaration
protected RequiredFieldValidator valConfirm1
Field Value
Type | Description |
---|---|
RequiredFieldValidator |
valConfirm2
The User UserControl is used to manage User Details.
Declaration
protected CompareValidator valConfirm2
Field Value
Type | Description |
---|---|
CompareValidator |
valEmail1
The User UserControl is used to manage User Details.
Declaration
protected RequiredFieldValidator valEmail1
Field Value
Type | Description |
---|---|
RequiredFieldValidator |
valEmail2
The User UserControl is used to manage User Details.
Declaration
protected RegularExpressionValidator valEmail2
Field Value
Type | Description |
---|---|
RegularExpressionValidator |
valFirstName
The User UserControl is used to manage User Details.
Declaration
protected RequiredFieldValidator valFirstName
Field Value
Type | Description |
---|---|
RequiredFieldValidator |
valLastName
The User UserControl is used to manage User Details.
Declaration
protected RequiredFieldValidator valLastName
Field Value
Type | Description |
---|---|
RequiredFieldValidator |
valPassword
The User UserControl is used to manage User Details.
Declaration
protected RequiredFieldValidator valPassword
Field Value
Type | Description |
---|---|
RequiredFieldValidator |
valUsername
The User UserControl is used to manage User Details.
Declaration
protected RequiredFieldValidator valUsername
Field Value
Type | Description |
---|---|
RequiredFieldValidator |
Properties
| Improve this Doc View SourceConfirm
The User UserControl is used to manage User Details.
Declaration
public string Confirm { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ControlColumnWidth
The User UserControl is used to manage User Details.
Declaration
public string ControlColumnWidth { get; set; }
Property Value
Type | Description |
---|---|
System.String |
The User UserControl is used to manage User Details.
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FirstName
The User UserControl is used to manage User Details.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IM
The User UserControl is used to manage User Details.
Declaration
public string IM { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LabelColumnWidth
The User UserControl is used to manage User Details.
Declaration
public string LabelColumnWidth { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LastName
The User UserControl is used to manage User Details.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LocalResourceFile
The User UserControl is used to manage User Details.
Declaration
public string LocalResourceFile { get; }
Property Value
Type | Description |
---|---|
System.String |
ModuleId
The User UserControl is used to manage User Details.
Declaration
public int ModuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Password
The User UserControl is used to manage User Details.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShowPassword
The User UserControl is used to manage User Details.
Declaration
public bool ShowPassword { set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StartTabIndex
The User UserControl is used to manage User Details.
Declaration
public int StartTabIndex { set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UserName
The User UserControl is used to manage User Details.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Website
The User UserControl is used to manage User Details.
Declaration
public string Website { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceOnLoad(EventArgs)
Page_Load runs when the control is loaded.
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |