Quantcast
Channel: Andrey Shchekin's Blog - Latest Comments
Viewing all articles
Browse latest Browse all 50

Re: Multiple submit buttons with ASP.NET MVC: final solution

$
0
0

After working with another developer on my team we solved our issue. For us, instead of using BeginForm("Action","Post") we needed to specify our actual controller: BeginForm("Action","ActualControllerNameHere") and this worked. 


Viewing all articles
Browse latest Browse all 50

Trending Articles