CheckBoxList Web Server Control

ASP Alliance has a cool tutorial on checkboxlist web server controls.
CheckboxList web server control is the same as Checkbox control. Before reading this article, please read my article on CheckBox Web Server Control. In this article we will see how to use the CheckboxList Web server control
- How to assign text and retrieve values from a CheckboxList control?
- How to go through all the elements inside a CheckBoxList?
- How to find the selected items in a CheckBoxList?
Read it at the external site...
| Intermediate | |
| Language: | VB.NET |
| Platform: | Web |
CheckboxList - How to assign a text to and how to retrieve the values?
CheckBoxList is almost equivalent to the Listbox web server control. The following example explains how to declare a CheckboxList web server control and how to assign and retrieve values depending upon the values selected by the user.





