This is my selectall button code..on clicking this i am selecting all checkboxes..
$(\'#PbtnSelectAll\').click(function() { $(\'#PricingEditExceptions
try using "#Fieldset input:checkbox" as your selector.
"#Fieldset input:checkbox"