CyberStore Ecommerce 2023 Documentation
BindAddressToControls Method (CustomerAddress)


Dovetail.Ecommerce.Controls Namespace > CustomerAddress Class : BindAddressToControls Method
The Address instance to bind to the controls.
Populate the controls with the values of the properites on the Address object.
Syntax
'Declaration
 
Public Sub BindAddressToControls( _
   ByVal address As Address _
) 
'Usage
 
Dim instance As CustomerAddress
Dim address As Address
 
instance.BindAddressToControls(address)
public void BindAddressToControls( 
   Address address
)

Parameters

address
The Address instance to bind to the controls.
See Also

Reference

CustomerAddress Class
CustomerAddress Members