Multiple Submit Buttons in MVC3 - FormCollection has no Key/Value for Input Type Submit - Remote Validation Issue?

前端 未结 5 580
不思量自难忘°
不思量自难忘° 2021-01-25 22:19

I have the two buttons in MVC3 application.

      
   

        
5条回答
  •  一向
    一向 (楼主)
    2021-01-25 23:04

    @CodeRush: The W3C standard does allow more than 1 submit per form. http://www.w3.org/TR/html4/interact/forms.html. "A form may contain more than one submit button".

提交回复
热议问题