Home »
MCQs »
ASP.Net MCQs
Which of the following statement is correct about CheckBox control in ASP.NET?
63. Which of the following statement is correct about CheckBox control in ASP.NET?
- It is an ASP.NET control that is used to select a choice from the group of choices.
- It is an ASP.NET control that is used to select multiple choices from a group of choices.
- NET does not support Checkbox control in ASP.NET.
- None of the above
Answer: B) It is an ASP.NET control that is used to select multiple choices from a group of choices.
Explanation:
The CheckBox control is used to select multiple choices from the group of choices.