CyberStore Ecommerce 2023 Documentation
BindAddressToControls Method (CheckOutAddress)


Dovetail.Ecommerce.Controls Namespace > CheckOutAddress Class : BindAddressToControls Method
Address object containing the values to populate the controls with.
.
Populate the controls with the values from the address object's properties.
Syntax
'Declaration
 
Public Sub BindAddressToControls( _
   ByVal addressToBind As Address, _
   ByVal isShipping As Boolean _
) 
'Usage
 
Dim instance As CheckOutAddress
Dim addressToBind As Address
Dim isShipping As Boolean
 
instance.BindAddressToControls(addressToBind, isShipping)
public void BindAddressToControls( 
   Address addressToBind,
   bool isShipping
)

Parameters

addressToBind
Address object containing the values to populate the controls with.
isShipping
.
Remarks
Benjamin J. Higgins, 2/28/2012.
See Also

Reference

CheckOutAddress Class
CheckOutAddress Members