Category - CheckBoxList
11 Mar 2012 0 Comments   11584 Views
Here Mudassar Ahmed Khan has explained how to how to check or uncheck all checkboxes client side in ASP.Net CheckBoxList using jQuery. He has also explained if the the individual checkboxes checked status is changed then the checked status of the check all checkbox will also change accordingly.
11 Mar 2012 0 Comments   49164 Views
Here Mudassar Ahmed Khan has explained how to get checked or selected items of ASP.Net CheckBoxList client side using jQuery. He has also explained how to loop through the checked checkboxes and display their values in JavaScript alert box.