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

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

0 Answers  


how can u split a column header in gridview using C#.net

2 Answers   IBM,


What is form technology?

0 Answers  


We are facing problem with the compatibilty of IE 7 and IE 6.We are calling a showModal window that is working fine in IE6 but with IE7 it opens a new Window and Data is not getting poputaled.In some pages it Gives an error "The webpage you are viewing is trying to Close the window.Do you want to close this window".

1 Answers   Wipro,


What is the use of runworkasync() methods?

0 Answers  






What are ACID properties of a transaction in DBMS (Database Management System)?

2 Answers   Arctern,


What are the new events in textbox that has been included in VB ?

2 Answers  


where we are using NEW keyword other than create instance Pls Help me? Gopal

6 Answers  


What are the forms of graphics?

0 Answers  


what is the Difference between listbox and combo box?

20 Answers   Alpha, Google,


What is form record?

0 Answers  


What are the different cloud platforms?

0 Answers  


Categories