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

  • Home
  • SEARCH
  • 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 3809300
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T15:17:02+00:00 2026-05-19T15:17:02+00:00

Just implemented the JQuery form plugin on an ASP.NET page, and here is the

  • 0

Just implemented the JQuery form plugin on an ASP.NET page, and here is the problem:

  • I have one Form tag (inherited from the master page)

  • Form plugin depends entirely on a “form” field being wired up

I tried to wire a simple “div” to the ajaxSubmit but it didnt work since formData looped thru form.elements, so I must pass the form of the page…

So what would save the day and allow me to use the form plugin is a way to pass a context to the plugin that it selects the input forms i tell it to pass

the major reason for that is that i have multiple save buttons (none of them is a submit button actually, just “save” links that appear on request to save part of the form)

var options = {
url: 'template.aspx',
type: 'POST',
dataType: "html",
data: { "iPageId": 1, "iModeId": "save"}, // here is where I want to pass all inputs
success: function (responseText, statusText, xhr, $form) {
    // got responseText correctly       

},

beforeSubmit: function (formData, jqForm, options) {
    // I wish there is a way to tell the plugin not to look outside a specific set of the page
}
};  
$myMainForm.ajaxSubmit(options);
  • 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. Editorial Team
    Editorial Team
    2026-05-19T15:17:02+00:00Added an answer on May 19, 2026 at 3:17 pm

    hmm, no answers so i will accept my work around, I’ll just set “sematic=true” to force a getElementsbyTagName instead of form.elements

    PS, i worked around the single form by injecting form tags on runtime via jquery around the elements i want to submit individually

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

Sidebar

Related Questions

I need to develop a generic jQuery-based search plugin for the ASP.NET MVC application
i just wondering how the .net wcf application caching is implemented ?? It's single
I'm just learning Qt with C++. I have successfully implemented signals and slots to
I send asynchronous call using jQuery form plugin and in the case of success
I'm new to ASP.NET MVC and jQuery, so I thought I'd share how I
I have just discovered live events in jQuery. I am trying it out. I
I am currently building a web site and I just implemented SqlCacheDependency using LinqToSQL
I just finished reading this post: https://developer.yahoo.com/performance/rules.html#flush and have already implemented a flush after
In my just-completed project, I was working getting distributed transactions working. We implemented this
I have just noticed that a multidimensional array in C# does not implement IEnumerable<T>

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.