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?