L
Luigi
Hi all,
in an ASP.NET MVC application, I need to have 2 possible "action" for my
form's view
<form id="myForm" action="...">
.....
</form>
depends on which button is pushed by the user.
With first button the action has to reload the same view, and with the other
has to pass to the following view.
How can I accomplish this?
Thanks a lot.
Luis
in an ASP.NET MVC application, I need to have 2 possible "action" for my
form's view
<form id="myForm" action="...">
.....
</form>
depends on which button is pushed by the user.
With first button the action has to reload the same view, and with the other
has to pass to the following view.
How can I accomplish this?
Thanks a lot.
Luis