Which one is better? Ajax post or page post[Controller httppost] when only one form is there in a page?
问题 I have a page called Bookprogram which contains 6 input controls namely, txtName, txtEmail, txtPhone, selectcat[dropdown for categories], txtDate, txtMessage. Now when am done with all the validations for the above control, I want to store the data in db. I know how to perform both in ajax as well as complete page posting. If it's in ajax, after validations, I would just call $.ajax and post the data as a string and fetch it in controller as below: [HttpPost] public JsonResult BookProgram