I have a cancel button in a form:
@using (Html.BeginForm(\"ConfirmBid\",\"Auction\")) { some stuff ...
Or a styled submit button:
Then Javascript for cancel button:
// Note: This avoids any of the validation that may happen in the model that // normally gets triggered with a submit