How to submit ?

Posted by user281180 on Stack Overflow See other posts from Stack Overflow or by user281180
Published on 2010-05-19T07:26:46Z Indexed on 2010/05/19 7:30 UTC
Read the original article Hit count: 327

Filed under:

Can I have a submit in <% using (Ajax.BeginForm("ChangePassword", new AjaxOptions { OnComplete = "ChangePasswordComplete" })) without having a submit button on the form?

I yes, how? Let`s say I want to submit the above when a user click on an input of type button simply?

© Stack Overflow or respective owner

Related posts about asp.net-mvc