Hi

how Uncheck checkboxlist using jquery

  $("#<%=CheckBoxList1.ClientID%> input[type=checkbox]").prop("checked", false);
Previous
Next Post »