If you select ACH/eCheck as a payment type, and then change you mind and decide to use the "BACK" control to go back and select Credit Card instead ... you can't, because of mandatory validation on the fields on the page.
The Back button must be exempted from the validation ...
would adding the CausesValidation=false attribute to the back button and/or using the ValidationGroup=<whatever> not solve this issue?