//update the customer's data in the database protected void UpdateCustomerButton_Click(object sender, EventArgs e) { clsCustomerCollection collection = new clsCustomerCollection(); collection.thisCustomer = globalCustomer; collection.update(); }