Forgot password?
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; }); });
Quebec, Canada
Skiing/Snowboarding, Athletes/Active Lifestyle
All trademarks and other intellectual properties on this site are owned by Société des Produits Nestlé S.A., Vevey, Switzerland or are used with permission.