How to get the CheckBoxlist Value using JavascriptInroduction
In this article I will show you how to get the CheckBoxlist Value using Javascript
A CheckBoxList renders as an HTML Table tag and does not have checked property. The child controls are CheckBoxes and do have the checked property.
There is no client-side "value" property in a CheckBoxList.
That is a server-side only property. You can only get the Text property of the ListItem (Item 1, Item 2, etc in this example).
Example:
Item 1
Item 2
Item 3