I need to "check" all of the checkboxes in an asp.net gridview. I can do so with code-behind but would rather do this on the client side with jquery. The column that the checkbox is stored in is called "displayButton" because it displays another action button once a checkbox is checked.
Not sure how to begin here.