0
Reply

How do you handle multiple submit buttons inside the single form in ASP.NET MVC ?Eg. @using (Html.BeginForm("Index", "Home", FormMethod.Post)) {button type="submit" id="btnApprove" value="Approve"> Approvebutton type="submit" id="btnReject" value="Reject"> Reject}

Khumana Ram

Khumana Ram

Jul 24, 2015
157
0