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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T09:11:25+00:00 2026-05-13T09:11:25+00:00

In button click event how can I check all check boxes in gridview? I

  • 0

In button click event how can I check all check boxes in gridview?
I dont need header checkbox.

Please provide your knowledge

awaiting your response….

Thanks

  • 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-13T09:11:25+00:00Added an answer on May 13, 2026 at 9:11 am

    Assign a class to all your grid row check boxes and use the below script to get them all.

    function getElementsByClass(searchClass,node,tag) {
        var classElements = new Array();
        if ( node == null )
            node = document;
        if ( tag == null )
            tag = '*';
        var els = node.getElementsByTagName(tag);
        var elsLen = els.length;
        var pattern = new RegExp("(^|\\s)"+searchClass+"(\\s|$)");
        for (i = 0, j = 0; i < elsLen; i++) {
            if ( pattern.test(els[i].className) ) {
                    classElements[j] = els[i];
                    j++;
            }
        }
        return classElements;
    }
    

    And you’ve to call it this way:

    var messages = getElementsByClass("childbox");
    

    Assign a class childbox to grid row child box.

    document.getElementById("parentbox").onclick  = function() {
    for(var index=0; index < messages.length; index++) {
     // prompt the content of the div
     //message[index].checked = (message[index].checked) ? false : true;
    }
    }
    

    you’ll assign the parentbox class to the parent checkbox which is in grid header.

    You don’t need to define them – parentbox and childbox.

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

Sidebar

Related Questions

How I can handle the Mouse Right Button Double Click event for a Shape
In a web page button click event we need to export 2,00,000 to 5,00,000
In button click event I am writing this code.(code behind).I know button click event
I have a button click event handler with a switch case in it that
I have a button click event that takes information from controls and enters it
Any clues why the button click event doesn't insert script succesfully? Here is the
Is it possible to add button click event by clicking design of axml? if
I am using UpdatePanel to trigger a button click event, which saves some 100+
Here is the code for the button click event; Protected Sub CompetenciesButton_Click(ByVal sender As
How to call multiple functions on button click event? Here is my button, <asp:LinkButton

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.