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 4272352
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T07:33:58+00:00 2026-05-21T07:33:58+00:00

I have a pretty big data entry form which has many text fields ,

  • 0

I have a pretty big data entry form which has many text fields , ComboBox , etc.
When I want to Do an action with jQuery AJAX for example posting Fields to a WebService for inserting a new record I have to put all input fields in a object and passing it to WebService.
For example I have Member Class Like This :

public class Member
{
    private string name = String.Empty;
    private string lastName = String.Empty;

    public string Name
    {
        get { return name; }
        set { name = value; }
    }

    public string LastName
    {
        get { return lastName; }
        set { lastName = value; }
    }
}

I Should Define JS object Client Side and filling Properties like this :

var m = new Member();
m.Name = $("#txtFirstName").val();
m.LastName = $("#txtFirstName").val();

after that I should pass object to a Webservice and doing my serverSide Action.
So it is simple when I have under ten fields . but when I have for example twenty fields it takes long time to capture all fields from client and passing that to server.
Now my questions :

  1. What are other ways to handle data entry form and passing Input fields to server?
  2. Is there any framework or tool exist to make this action easier for us ?
    I will welcome your suggestions, comments.
  • 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-21T07:33:59+00:00Added an answer on May 21, 2026 at 7:33 am

    Have you tried using the jQuery serialize() method?

    The .serialize() method creates a text string in standard URL-encoded notation. It operates on a jQuery object representing a set of form elements. The form elements can be of several types:

    $('form').submit(function() {
        alert($(this).serialize());
        return false;
    });
    

    You could also use the example in this SO answer: Convert form data to JavaScript object with jQuery

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

Sidebar

Related Questions

I have a mobile app, which is pretty data driven, though only through text
I have pretty big background of .net, and I've decided that i want to
I have a pretty big SQL statement which returns a list of id's. I
We have a pretty big ASP.NET WebForm (web application) project with a lot of
I have a pretty basic windows form app in .Net. All the code is
We have a pretty mature COM dll, which we test using DUnit. One of
I have a pretty big chat app I'm working on, and had a question
I have a pretty big webapp that's being built in MVC. I'm also abstracting
I came across a situation where I have a pretty big file that I
I have a log file that can get pretty big. The information in my

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.