what is the Difference between listbox and combo box?

Answers were Sorted based on User's Feedback



what is the Difference between listbox and combo box?..

Answer / ashish gupta

in ListBox u can select multiple items.
but in Combo box u can select only one item.

Is This Answer Correct ?    282 Yes 57 No

what is the Difference between listbox and combo box?..

Answer / vishwesh moreshwar deshpande

combo box:
1. We can select ony one option from list.
2. We can add info. at ren time.
3. We have only drop down facility.
4. We can't use checkbox within combobox.
List box:
1. We can select multiple option from list.
2. We can't add info. at run time.
3. We have both drop up & drop down facility.
4. We can use checkbox within listbox.

Is This Answer Correct ?    264 Yes 45 No

what is the Difference between listbox and combo box?..

Answer / teepu

The listbox control is used to display a list of items to a
user.
Combobox control is used to display a drop- down list of
items . It is a combination of a text box in which a user
enter an items,and a drop-downlist from which the user
selects an item.

Is This Answer Correct ?    162 Yes 41 No

what is the Difference between listbox and combo box?..

Answer / jay a. sedani

ListBox :
1)in listbox we can only select item.
2)we can see multiple items in listbox.
3)we have no other styles for listbox. 
4)listbox is only listed items box.
5)in listbox we have scroll down and scroll up facelity
6)we can use checkbox with in listbox. 
7)listbox is much easier to handle. 
8)we can't add image item in listbox.

combobox:
1)in combobox we can write/search and select item. 
2)we can see only single item in combobox.
3)we have 3 styles. 
   A)drop down combo
   B)simple combo
   C)drop down list
4)combobox is combination of textbox and listbox.
5)in combobox we have only dropdown facelity.
6)we can't use checkbox within a combobox. 
7)combobox is not easier as well as listbox to handle.
8)we can add image item in combobox.

Is This Answer Correct ?    118 Yes 12 No

what is the Difference between listbox and combo box?..

Answer / sree

In listbox we can select more than one item.
but in case of combobox we dont have that chance,we have to
select only one item from the list of items.

Is This Answer Correct ?    76 Yes 32 No

what is the Difference between listbox and combo box?..

Answer / vishnu

List Box :
1. Occupies more space but shows more than one value.
2. We can select multiple items.
3. we can use checkboxes with in the list box.

Combo Box:
1. Occupies less space but shows only one value for visibility
2. Multiple select is not possible
3. can't use checkboxes within combo boxes

Is This Answer Correct ?    49 Yes 16 No

what is the Difference between listbox and combo box?..

Answer / vansarat

Combo box : single selection.
List box: multi selection.

Is This Answer Correct ?    34 Yes 9 No

what is the Difference between listbox and combo box?..

Answer / rakesh

We can select multiple from a listbox. But from combobox we
can select only one at a time.

Is This Answer Correct ?    37 Yes 16 No

what is the Difference between listbox and combo box?..

Answer / jyoti chauhan from aurangabad

in combo box we can not find the scroll bar directly because it is finded after clicking combobox

but

in list box we find the scroll bar directly.

Is This Answer Correct ?    16 Yes 5 No

what is the Difference between listbox and combo box?..

Answer / rupal sharma

* A list doesn't have a text field which the user can use to edit the selected item,whereas combo box is a cross between a text field and a list.

Is This Answer Correct ?    14 Yes 8 No

Post New Answer

More Dot Net WindowsForms Interview Questions

how to call constructor in abstract class

2 Answers  


Is form action required?

0 Answers  


How to use the FindControl() function to preselect an item in my dropdownlist?

0 Answers  


Explain how to split a column header in gridview using c#.net?

0 Answers  


What are windows based applications examples?

0 Answers  






what are events?

4 Answers  


Which property of the errorprovider control automatically sets to the form to which?

0 Answers  


What are the different cloud platforms?

0 Answers  


how barcode print on the win form

0 Answers   Wipro,


What are controls in windows forms?

0 Answers  


Is windows an application software?

0 Answers  


If you are calling three SPs from a window application how do u check for the performance of the SPS ?

1 Answers   Accenture, BirlaSoft,


Categories