
In this article I will explain how to check all check boxes in Repeater
Control using JavaScript.
When we click on header check box then all checkboxes will be
checked and if one of the checkbox is unchecked then Header will also be
unchecked. If we check all checkboxes then Header checkbox will automatically
checked.
Following...