Test CA
Skiing/Snowboarding, Canada

Powerblog

How to select checkboxes in an ASP.NET CheckBoxList using jQuery

On click of Save button validate check box list any item checked or not
$(document).ready(function () {
        $("#<%= btnSave.ClientID%>").click(function () {
            var valid = false;
            var valid = $("[id^=<%= ckbDepertment.ClientID %>]:checkbox:checked").length > 0;

            if (valid) {
                return;
            }
            else {
                alert("Please select any deparment");
            }

            return valid;
        });
    });

Posted By:Test CA On 16 Oct 2011 AT 23:52 | 0 COMMENTS
External Url:http://ryzn1.blogspot.com/2011/10/how-to-select-checkboxes-in-aspnet.html
Topics: General

COMMENTS

     * Log in or Register to post a comment

   

LOCATION

Quebec, Canada

NETWORKS

Skiing/Snowboarding, Athletes/Active Lifestyle