1.

Distinguish between ComboBox and ListBox. When would you prefer using them over Radiobutton and Checkbox?

Answer»

Differences between ComboBox Box and ListBox

ComboBoxListBox
1. We can select only one option from list.1. We can select multiple options from list.
2. We can give facility to add into at run time.2. We can not give facility to add into at run time.

You can use ComboBox over RadioButton while ListBox over CheckBox.



Discussion

No Comment Found

Related InterviewSolutions