submitting ajax form with jquery
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