Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 87617
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T22:25:51+00:00 2026-05-10T22:25:51+00:00

When using the Ajax.BeginForm() helper in ASP.Net MVC , I can pass options with

  • 0

When using the Ajax.BeginForm() helper in ASP.Net MVC, I can pass options with names of different functions, for example one to run OnBegin, one for OnSuccess etc. How do these work ‘under the hood’?

The reason I’m asking is that I’m extending this to provide a JQuery based alternative, and I need to figure out how to get from having the method names specified in a JSON string to actually calling them.

The AjaxOptions class has a method for serializing, in which it wraps the method name in the following way (in this example, the AjaxOptions OnSuccess property is set to mySuccessFunction(p):

onSuccess: Function.createDelegate(this, mySuccessFunction(p))

I have produced my own JQueryAjaxOptions class, which serializes in the same way (but with some extra options available). So asically, what I have available in my method for posting the form is the above property as part of a json object, and I need to be able to call the function.

How can I accomplish this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T22:25:52+00:00Added an answer on May 10, 2026 at 10:25 pm

    I found the answer to my problem:

    What it really boiled down to, was executing a line of code contained in a string variable. This can easily be done using the ‘eval(x)’ syntax. The following example works for the onSuccess property:

    eval(settings.onSuccess)

    Sometimes you just need to think one more step backwards to realize what you’re trying to do, and how easy it is =)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a tutorial or code example of using Ajax.BeginForm within Asp.net MVC 3
I have the following view definition in my asp.net mvc website: <% Using Ajax.BeginForm(UsrCtlChangePassword,
I am performing an Ajax submit ASP.Net with MVC : @using (Ajax.BeginForm( action, References,
Is it possible to do something like this using asp.net mvc 3 @using(Ajax.BeginForm(SomeAction,MyController,new AjaxOptions
In ASP.NET MVC 3, I've declared an ajax form like this: @using (Ajax.BeginForm(SaveRegistrationConfirmationRequest, null,
I'm using the Ajax.BeginForm helper in ASP.NET MVC3 to submit a form that replaces
i have the following Ajax.beginform inside my asp.net mvc view, where the result of
I am using Ajax.Begin Form in my MVC 3 + Razor application using (Ajax.BeginForm(ActionName,
I'm trying to convert a form from synchronous to asynchronous using the Ajax.BeginForm helper
I have an ASP.Net MVC page where I want to use AJAX to update

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.