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

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

I have the two buttons in MVC3 application.

      
   

        
5条回答
  •  天涯浪人
    2021-01-25 23:10

    Correct me If I'm wrong, but according to W3C standard you should have only 1 submit button per form. Also having two controls with identical names is a bad idea.

提交回复
热议问题