+2 votes
in Class 12 by kratos

Ms. Daniala Shams is in the process of creating a form for accepting Client'* information. As an expert, help her to choose most appropriate controls out of ListBox, ComboBox, TextField, TextArea, RadioButton, CheckBox, Label and Command Button for the following entries.

| S.No. | Functions |
| (i) | To enter NAME. |
| (ii) | To choose GENDER |
| (iii) | To enter STATE from a list of states of India given as options. |
| (iv) | To enter Brief Profile of the client in the from of the paragraph. |

1 Answer

+4 votes
by kratos
 
Best answer

| S.No. | Functions | |
| (i) | To enter NAME. | Text Field |
| (ii) | To choose GENDER | RadioButton |
| (iii) | To enter STATE from a list of states | Listbox |
| (iv) | To enter Brief Profile of the client in the from of the paragraph. | TextArea |

...