Implementing Jquery Ajax in Multi-step register forms based on splited viewmodels in ASP.NET MVC5
问题 I've used Darin-Dimitrov's approach for making a multi-step register form which is explained Here and it works fine. Now i want to handle submit events for Previous,Next and Finish buttons using jquery ajax instead of Html.Beginform(). Notes: I'm using MVC 5 with .NET 4.5.2 I've fileupload and datetime properties in my second step viewmodel. Here is my viewmodel [Serializable] public class RegisterWizardViewModel { public int CurrentStepIndex { get; set; } public IList<IStepViewModel> Steps {