Download to read offline






This document discusses the CheckBoxList control in ASP.NET. It notes that CheckBoxList is a collection of ListItem objects that can have items added through HTML or code behind. Important properties of CheckBoxList are described, including RepeatColumns to specify number of columns, SelectedIndex to get index of selected item, and SelectedValue to return value of selected item. The document provides an example of adding items to a CheckBoxList through HTML.
This slide introduces the topic of CheckBoxList Control in ASP.NET for a Grade 5 Computer class.
CheckBoxList is a collection of ListItem objects. Items can be added through HTML source or code behind.
Describes important properties of CheckBox Control, highlighting the CheckBoxList's structure of single CheckBoxes.
Displays an example of adding items to CheckBoxList via HTML, listing educational levels from Diploma to Doctorate.
Covers important properties such as RepeatColumns, SelectedIndex, and SelectedValue for CheckBoxList control.
A slide inviting questions from students, promoting interaction and clarifying any doubts regarding the topic.