what is the Difference between listbox and combo box?
Answer Posted / 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 | 42 No |
Post New Answer View All Answers
Where to use new keyword other than create instance?
What is the advantage of a form?
Suppose I have two combobox .. And I have some items in both combobox now I need to check the item in both combobox if same item is present in both combobox I need to display that item in message box?
What are the properties of datacontrol?
What is form and its types?
What is a database form?
Which property of the errorprovider control automatically sets to the form to which?
Where is system windows forms dll?
What is the use of play() playlooping() functions?
Name the property which is used to lock a textbox to enter data?
Name the two main categories of .net components.
What is the extension of a compiled help project file?
What are the components of gui for windows?
What are the advantages of form?
Name the event that enables the user to prevent shifting of focus from control until all the validation rules have been met.