ASP.NET MVC 3 Multiple Submit Inputs in One Form

前端 未结 3 1293
北恋
北恋 2020-12-08 21:00

I am currently having an issue with multiple action buttons being in the same form.

The first button would perform verification while the second button would save pr

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-08 21:28

    I do something slightly different;

    
    
    

    Then you can get at the values using;

    FormCollection["submit"]
    

    Thanks,

    Matt

提交回复
热议问题