Home »
MCQs »
ASP.Net MCQs
Which of the following statement is correct about RadioButton control in ASP.NET?
109. Which of the following statement is correct about RadioButton 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.
- ASP.NET does not support RadioButton control in ASP.NET.
- None of the above
Answer: A) It is an ASP.NET control that is used to select a choice from the group of choices.
Explanation:
The RadioButton control is used to select a choice from the group of choices.