Class Address
The Address UserControl is used to manage User Addresses.
Namespace: DotNetNuke.UI.UserControls
Assembly: DotNetNuke.dll
Syntax
public abstract class Address : UserControlBase
Constructors
| Improve this Doc View SourceAddress()
Initializes a new instance of the Address class.
Declaration
protected Address()
Fields
| Improve this Doc View SourcecboCountry
The Address UserControl is used to manage User Addresses.
Declaration
protected CountryListBox cboCountry
Field Value
Type | Description |
---|---|
DotNetNuke.UI.WebControls.CountryListBox |
cboRegion
The Address UserControl is used to manage User Addresses.
Declaration
protected DropDownList cboRegion
Field Value
Type | Description |
---|---|
DropDownList |
chkCell
The Address UserControl is used to manage User Addresses.
Declaration
protected CheckBox chkCell
Field Value
Type | Description |
---|---|
CheckBox |
chkCity
The Address UserControl is used to manage User Addresses.
Declaration
protected CheckBox chkCity
Field Value
Type | Description |
---|---|
CheckBox |
chkCountry
The Address UserControl is used to manage User Addresses.
Declaration
protected CheckBox chkCountry
Field Value
Type | Description |
---|---|
CheckBox |
chkFax
The Address UserControl is used to manage User Addresses.
Declaration
protected CheckBox chkFax
Field Value
Type | Description |
---|---|
CheckBox |
chkPostal
The Address UserControl is used to manage User Addresses.
Declaration
protected CheckBox chkPostal
Field Value
Type | Description |
---|---|
CheckBox |
chkRegion
The Address UserControl is used to manage User Addresses.
Declaration
protected CheckBox chkRegion
Field Value
Type | Description |
---|---|
CheckBox |
chkStreet
The Address UserControl is used to manage User Addresses.
Declaration
protected CheckBox chkStreet
Field Value
Type | Description |
---|---|
CheckBox |
chkTelephone
The Address UserControl is used to manage User Addresses.
Declaration
protected CheckBox chkTelephone
Field Value
Type | Description |
---|---|
CheckBox |
divCell
The Address UserControl is used to manage User Addresses.
Declaration
protected HtmlGenericControl divCell
Field Value
Type | Description |
---|---|
HtmlGenericControl |
divCity
The Address UserControl is used to manage User Addresses.
Declaration
protected HtmlGenericControl divCity
Field Value
Type | Description |
---|---|
HtmlGenericControl |
divCountry
The Address UserControl is used to manage User Addresses.
Declaration
protected HtmlGenericControl divCountry
Field Value
Type | Description |
---|---|
HtmlGenericControl |
divFax
The Address UserControl is used to manage User Addresses.
Declaration
protected HtmlGenericControl divFax
Field Value
Type | Description |
---|---|
HtmlGenericControl |
divPostal
The Address UserControl is used to manage User Addresses.
Declaration
protected HtmlGenericControl divPostal
Field Value
Type | Description |
---|---|
HtmlGenericControl |
divRegion
The Address UserControl is used to manage User Addresses.
Declaration
protected HtmlGenericControl divRegion
Field Value
Type | Description |
---|---|
HtmlGenericControl |
divStreet
The Address UserControl is used to manage User Addresses.
Declaration
protected HtmlGenericControl divStreet
Field Value
Type | Description |
---|---|
HtmlGenericControl |
divTelephone
The Address UserControl is used to manage User Addresses.
Declaration
protected HtmlGenericControl divTelephone
Field Value
Type | Description |
---|---|
HtmlGenericControl |
divUnit
The Address UserControl is used to manage User Addresses.
Declaration
protected HtmlGenericControl divUnit
Field Value
Type | Description |
---|---|
HtmlGenericControl |
plCell
The Address UserControl is used to manage User Addresses.
Declaration
protected LabelControl plCell
Field Value
Type | Description |
---|---|
LabelControl |
plCity
The Address UserControl is used to manage User Addresses.
Declaration
protected LabelControl plCity
Field Value
Type | Description |
---|---|
LabelControl |
plCountry
The Address UserControl is used to manage User Addresses.
Declaration
protected LabelControl plCountry
Field Value
Type | Description |
---|---|
LabelControl |
plFax
The Address UserControl is used to manage User Addresses.
Declaration
protected LabelControl plFax
Field Value
Type | Description |
---|---|
LabelControl |
plPostal
The Address UserControl is used to manage User Addresses.
Declaration
protected LabelControl plPostal
Field Value
Type | Description |
---|---|
LabelControl |
plRegion
The Address UserControl is used to manage User Addresses.
Declaration
protected LabelControl plRegion
Field Value
Type | Description |
---|---|
LabelControl |
plStreet
The Address UserControl is used to manage User Addresses.
Declaration
protected LabelControl plStreet
Field Value
Type | Description |
---|---|
LabelControl |
plTelephone
The Address UserControl is used to manage User Addresses.
Declaration
protected LabelControl plTelephone
Field Value
Type | Description |
---|---|
LabelControl |
plUnit
The Address UserControl is used to manage User Addresses.
Declaration
protected LabelControl plUnit
Field Value
Type | Description |
---|---|
LabelControl |
txtCell
The Address UserControl is used to manage User Addresses.
Declaration
protected TextBox txtCell
Field Value
Type | Description |
---|---|
TextBox |
txtCity
The Address UserControl is used to manage User Addresses.
Declaration
protected TextBox txtCity
Field Value
Type | Description |
---|---|
TextBox |
txtFax
The Address UserControl is used to manage User Addresses.
Declaration
protected TextBox txtFax
Field Value
Type | Description |
---|---|
TextBox |
txtPostal
The Address UserControl is used to manage User Addresses.
Declaration
protected TextBox txtPostal
Field Value
Type | Description |
---|---|
TextBox |
txtRegion
The Address UserControl is used to manage User Addresses.
Declaration
protected TextBox txtRegion
Field Value
Type | Description |
---|---|
TextBox |
txtStreet
The Address UserControl is used to manage User Addresses.
Declaration
protected TextBox txtStreet
Field Value
Type | Description |
---|---|
TextBox |
txtTelephone
The Address UserControl is used to manage User Addresses.
Declaration
protected TextBox txtTelephone
Field Value
Type | Description |
---|---|
TextBox |
txtUnit
The Address UserControl is used to manage User Addresses.
Declaration
protected TextBox txtUnit
Field Value
Type | Description |
---|---|
TextBox |
valCell
The Address UserControl is used to manage User Addresses.
Declaration
protected RequiredFieldValidator valCell
Field Value
Type | Description |
---|---|
RequiredFieldValidator |
valCity
The Address UserControl is used to manage User Addresses.
Declaration
protected RequiredFieldValidator valCity
Field Value
Type | Description |
---|---|
RequiredFieldValidator |
valCountry
The Address UserControl is used to manage User Addresses.
Declaration
protected RequiredFieldValidator valCountry
Field Value
Type | Description |
---|---|
RequiredFieldValidator |
valFax
The Address UserControl is used to manage User Addresses.
Declaration
protected RequiredFieldValidator valFax
Field Value
Type | Description |
---|---|
RequiredFieldValidator |
valPostal
The Address UserControl is used to manage User Addresses.
Declaration
protected RequiredFieldValidator valPostal
Field Value
Type | Description |
---|---|
RequiredFieldValidator |
valRegion1
The Address UserControl is used to manage User Addresses.
Declaration
protected RequiredFieldValidator valRegion1
Field Value
Type | Description |
---|---|
RequiredFieldValidator |
valRegion2
The Address UserControl is used to manage User Addresses.
Declaration
protected RequiredFieldValidator valRegion2
Field Value
Type | Description |
---|---|
RequiredFieldValidator |
valStreet
The Address UserControl is used to manage User Addresses.
Declaration
protected RequiredFieldValidator valStreet
Field Value
Type | Description |
---|---|
RequiredFieldValidator |
valTelephone
The Address UserControl is used to manage User Addresses.
Declaration
protected RequiredFieldValidator valTelephone
Field Value
Type | Description |
---|---|
RequiredFieldValidator |
Properties
| Improve this Doc View SourceCell
The Address UserControl is used to manage User Addresses.
Declaration
public string Cell { get; set; }
Property Value
Type | Description |
---|---|
System.String |
City
The Address UserControl is used to manage User Addresses.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ControlColumnWidth
The Address UserControl is used to manage User Addresses.
Declaration
public string ControlColumnWidth { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Country
The Address UserControl is used to manage User Addresses.
Declaration
public string Country { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CountryData
The Address UserControl is used to manage User Addresses.
Declaration
public string CountryData { set; }
Property Value
Type | Description |
---|---|
System.String |
Fax
The Address UserControl is used to manage User Addresses.
Declaration
public string Fax { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LabelColumnWidth
The Address UserControl is used to manage User Addresses.
Declaration
public string LabelColumnWidth { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LocalResourceFile
The Address UserControl is used to manage User Addresses.
Declaration
public string LocalResourceFile { get; }
Property Value
Type | Description |
---|---|
System.String |
ModuleId
The Address UserControl is used to manage User Addresses.
Declaration
public int ModuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Postal
The Address UserControl is used to manage User Addresses.
Declaration
public string Postal { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Region
The Address UserControl is used to manage User Addresses.
Declaration
public string Region { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RegionData
The Address UserControl is used to manage User Addresses.
Declaration
public string RegionData { set; }
Property Value
Type | Description |
---|---|
System.String |
ShowCell
The Address UserControl is used to manage User Addresses.
Declaration
public bool ShowCell { set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowCity
The Address UserControl is used to manage User Addresses.
Declaration
public bool ShowCity { set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowCountry
The Address UserControl is used to manage User Addresses.
Declaration
public bool ShowCountry { set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowFax
The Address UserControl is used to manage User Addresses.
Declaration
public bool ShowFax { set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowPostal
The Address UserControl is used to manage User Addresses.
Declaration
public bool ShowPostal { set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowRegion
The Address UserControl is used to manage User Addresses.
Declaration
public bool ShowRegion { set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowStreet
The Address UserControl is used to manage User Addresses.
Declaration
public bool ShowStreet { set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowTelephone
The Address UserControl is used to manage User Addresses.
Declaration
public bool ShowTelephone { set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowUnit
The Address UserControl is used to manage User Addresses.
Declaration
public bool ShowUnit { set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StartTabIndex
The Address UserControl is used to manage User Addresses.
Declaration
public int StartTabIndex { set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Street
The Address UserControl is used to manage User Addresses.
Declaration
public string Street { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Telephone
The Address UserControl is used to manage User Addresses.
Declaration
public string Telephone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Unit
The Address UserControl is used to manage User Addresses.
Declaration
public string Unit { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceOnCellCheckChanged(Object, EventArgs)
The Address UserControl is used to manage User Addresses.
Declaration
protected void OnCellCheckChanged(object sender, EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
EventArgs | e |
OnCityCheckChanged(Object, EventArgs)
The Address UserControl is used to manage User Addresses.
Declaration
protected void OnCityCheckChanged(object sender, EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
EventArgs | e |
OnCountryCheckChanged(Object, EventArgs)
The Address UserControl is used to manage User Addresses.
Declaration
protected void OnCountryCheckChanged(object sender, EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
EventArgs | e |
OnCountryIndexChanged(Object, EventArgs)
The Address UserControl is used to manage User Addresses.
Declaration
protected void OnCountryIndexChanged(object sender, EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
EventArgs | e |
OnFaxCheckChanged(Object, EventArgs)
The Address UserControl is used to manage User Addresses.
Declaration
protected void OnFaxCheckChanged(object sender, EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
EventArgs | e |
OnLoad(EventArgs)
Page_Load runs when the control is loaded.
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
OnPostalCheckChanged(Object, EventArgs)
The Address UserControl is used to manage User Addresses.
Declaration
protected void OnPostalCheckChanged(object sender, EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
EventArgs | e |
OnRegionCheckChanged(Object, EventArgs)
The Address UserControl is used to manage User Addresses.
Declaration
protected void OnRegionCheckChanged(object sender, EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
EventArgs | e |
OnStreetCheckChanged(Object, EventArgs)
The Address UserControl is used to manage User Addresses.
Declaration
protected void OnStreetCheckChanged(object sender, EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
EventArgs | e |
OnTelephoneCheckChanged(Object, EventArgs)
The Address UserControl is used to manage User Addresses.
Declaration
protected void OnTelephoneCheckChanged(object sender, EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
EventArgs | e |