Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
435
Submit form through ajax to controller
posted

Is there any sample where a  "@using (Html.BeginForm())" form is submitted using ajax, basically without refreshing a page? I am trying to load a tab on submit of a search form.

Parents
No Data
Reply
  • 3115
    Offline posted

    Hi HHH,

    if you want you can bind to click event of the submit button (I suppose you still need it) and inside the click callback, you can construct your ajax request, so you can load the tab.

     

    Thanks,

Children
No Data