0
kicks
ASP.NET Checkboxlist get values in client side [JQuery]
I spent about 4 hours to get the selected check box values in Jquery from a ASP.NET checkbox list. By default there is no value attribute for checkbox which is generated from checkbox list. So, here is a way of how to implement it and retrieve the value in Jquery.