I have two submit buttons with different names on the form. In the controller I have a single HttpPost action method that I invoke when either of the two submit buttons are clicked. Here's the internals of the action method:I have two submit buttons with different names