C# Class AW.Portal.UserControls.UCAddressView

Inheritance: System.Web.UI.UserControl
Show file Open project: vgopu2/BISummer2015-P1-T2

Protected Properties

Property Type Description
lbl_addrL1 global::System.Web.UI.WebControls.Label
lbl_addrL2 global::System.Web.UI.WebControls.Label
lbl_city global::System.Web.UI.WebControls.Label
lbl_postal global::System.Web.UI.WebControls.Label
lbl_region global::System.Web.UI.WebControls.Label
lbl_state global::System.Web.UI.WebControls.Label

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

lbl_addrL1 protected property

lbl_addrL1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lbl_addrL1
return global::System.Web.UI.WebControls.Label

lbl_addrL2 protected property

lbl_addrL2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lbl_addrL2
return global::System.Web.UI.WebControls.Label

lbl_city protected property

lbl_city control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lbl_city
return global::System.Web.UI.WebControls.Label

lbl_postal protected property

lbl_postal control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lbl_postal
return global::System.Web.UI.WebControls.Label

lbl_region protected property

lbl_region control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lbl_region
return global::System.Web.UI.WebControls.Label

lbl_state protected property

lbl_state control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lbl_state
return global::System.Web.UI.WebControls.Label