submitting ajax form with jquery
Posted
on Stack Overflow
See other posts from Stack Overflow
Published on 2009-06-09T13:15:07Z
Indexed on
2010/03/16
22:11 UTC
Read the original article
Hit count: 123
I have an issue while submitting data using Jquery. When i submit the form the page is getting refreshed instead of updating div. Following is my code
<% using (Ajax.BeginForm("getAjaxTab2", new AjaxOptions { UpdateTargetId = "tabs-1", InsertionMode = InsertionMode.Replace, OnSuccess = "Done" }))
{ %>
<% } %>
I have not written any jquery. Please suggest me on this
Any help will be appreciated
© Stack Overflow or respective owner