+2 votes
in Class 12 by kratos

Ms. Cathy is creating a form for Vidya University Sports Council application. Help her to choose the most appropriate controls from ListBox, ComboBox, TextField, TextArea, RadioButton, CheckBox, Label and Command Button for the following entries :

| S. No | Function |
| 1. | To let the user enter NAME |
| 2. | To let the user enter MOBILE NUMBER |
| 3. | To let the user choose one PROFESSION out of the categories : Teaching/ Non-Teaching/Research Scholar |
| 4. | To let the user select facilities out of Gym, Yoga, Table Tennis, Badminton and Aerobics. More than one facility may be chosen. |

1 Answer

+4 votes
by kratos
 
Best answer

| S.No. | Function | |
| 1. | To let the user enter NAME | TextField |
| 2. | To let the user enter MOBILE NUMBER | TextField |
| 3. | To let the user choose one PROFESSION out of the categories : Teaching/Non Teaching/ Research Scholar | RadioButton/ Combobox |
| 4. | To let the user select facilities out of Gym, Yoga, Table Tennis, Badminton and Aerobics. More than one facility may be chosen. | Checkbox/Listbox |

...