C# Class AW.Portal.UserControls.UCAddressEdit

Show file Open project: vgopu2/BISummer2015-P1-T2

Protected Properties

Property Type Description
lbl_productname global::System.Web.UI.WebControls.Label
txt_addrL1 global::System.Web.UI.WebControls.TextBox
txt_addrL2 global::System.Web.UI.WebControls.TextBox
txt_city global::System.Web.UI.WebControls.TextBox
txt_postal global::System.Web.UI.WebControls.TextBox
txt_region global::System.Web.UI.WebControls.TextBox
txt_state global::System.Web.UI.WebControls.TextBox

Public Methods

Method Description
UCAddressEdit ( ) : System
UCAddressEdit ( int addressId ) : System

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 EventArgs
return void

UCAddressEdit() public method

public UCAddressEdit ( ) : System
return System

UCAddressEdit() public method

public UCAddressEdit ( int addressId ) : System
addressId int
return System

Property Details

lbl_productname protected property

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

txt_addrL1 protected property

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

txt_addrL2 protected property

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

txt_city protected property

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

txt_postal protected property

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

txt_region protected property

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

txt_state protected property

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