Description

This control allows a web user to view/edit billing and delivery addresses, web user must be logged in to use this control.
 

Code Example

<ngage:UserAddressList ID="UserAddressList" runat="server" />
 

Basic CSS

/*User Address List */
.user-address-list .form { clear:left; margin-top:20px; padding:0; max-width:600px; }
.user-address-list .btn { float:left; }
.user-address-list .table { margin-top:20px; }
@media screen and (max-width:759px) {
    .user-address-list .form { text-align:left; }
}