Multiple choice technology web technology

Are both CheckBox server control and checkBoxList server control, the same?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

CheckBox and CheckBoxList are distinct ASP.NET server controls. The CheckBox control represents a single checkbox that renders an individual element. The CheckBoxList control is a collection that can render multiple checkboxes in a group, supports data binding, and is useful when presenting multiple related options. While both render checkboxes, they serve different purposes and have different object models.