 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Shobit is creating a form for his company. Help her to choose the most appropriate controls from ListBox, ComboBox, TextField, TextArea, RadioButton, CheckBox, Label and CommandButton for the following entries.S.No.Control used toControl(i)To select citizenship from a list of countries.(ii)To allow to input grade out of 'A' to 'D'.(iii)To allow selecting one or many food items.(iv)To allow entering Feedback in the form of a paragraph. | 
| Answer» (i) ComboBox (ii) ComboBox (iii) CheckBox/ListBox (iv) TextArea | |