I want to show a success message after calling the following ajax.beginform from Index view
@using (Ajax.BeginForm(\"Insert\", \"Home\", new AjaxOptions() {
If your redirecting to another page its because you do not have the correct scripts loaded (or have duplicates or have them in the wrong order) so its doing a normal submit.
Ensure you have included (in order)
jquery-{version}.js jquery.unobtrusive-ajax.js