![]() |
Members | Description | ||
HyperLink1 | ||||
Name | ||||
Address1 | ||||
Address2 | ||||
City | ||||
State | ||||
Zip | ||||
LastPayment | ||||
NewPayment | ||||
CCType | ||||
CCNumber | ||||
CCExpMonth | ||||
CCExpYear | ||||
Order | ||||
Tax | ||||
Shipping | ||||
Button | ||||
Total | ||||
Page_Load | ||||
UpdateSummary |
Computes order total, tax and shipping and updates labels on web page.
|
|||
State_SelectedIndexChanged |
Called when the state changed. Updates the order summary.
|
|||
SaveOrder |
Creates a new order based on the items in the shopping cart and the given customer record.
After the order was saved the items in the shopping cart are removed.
|
|||
OnInit | ||||
InitializeComponent |
Required method for Designer support - do not modify
the contents of this method with the code editor.
|
|||
Button_Click |
Called when the place order button is pressed. Updates the customer record and
saves the order.
|