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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T19:11:04+00:00 2026-06-14T19:11:04+00:00

I am having multiple checkboxes in a grid. Initially some checkboxes are checked and

  • 0

I am having multiple checkboxes in a grid. Initially some checkboxes are checked and some are unchecked. Then i will change the checkbox selection and i want to save the changed checkbox values in to the database. When i reopen the page i will display the checkboxes checked with the saved values.

The code i have written is:

    $(".check").each(function(){ 

           if (element.checked == true) {

                alert('checked');

            }

       });

The code works for checkbox event checked. but i want to also save the values that are changed(I mean checked to uncheked (means delete in the database))

  • 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-06-14T19:11:07+00:00Added an answer on June 14, 2026 at 7:11 pm

    You can use ajax for that purpose.

    Hope this helps:

    var listOfChecked= new Array();
    var listOfUnchecked= new Array();
    $(".check").each(function(){ 
        if (this.checked) {
            listOfChecked.push($(this).attr('value'));
        }
        else{
            listOfUnchecked.push($(this).attr('value'));
        }
    });
    $.get('mine.aspx?checkedValues='+listOfChecked.join(",")+'&uncheckedValues='+listOfUnchecked.join(","), function(data) {
        //saved
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an absolute beginner question here. I'm having trouble getting multiple checkbox entries
I am having multiple points in a plane and some hundreds of lines pass
I am having an array having multiple elements and i want each element to
I am using a form page having multiple steps in it i want to
I'm having problems with setting multiple choice selection in ListView. My ListView has contacts'
I want a PHP Quiz script which will having following features User can select
I have a multiple checkboxes on a Winforms without having the Text Property of
I am having a very hard time solving my problem with the multiple checkbox
Hi all I am having a requirement like selecting multiple values and then to
I'm creating a custom html helper that will allow me to group multiple checkboxes

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.