I have two submit buttons in a form. How do I determine which one was hit serverside?
You can also use a href attribute and send a get with the value appended for each button. But the form wouldn't be required then
href="/SubmitForm?action=delete" href="/SubmitForm?action=save"