what is the Difference between listbox and combo box?
Answer Posted / 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 ? | 265 Yes | 45 No |
Post New Answer View All Answers
how barcode print on the win form
Which method of the messagebox class is used to display a message in the message box?
How to use the FindControl() function to preselect an item in my dropdownlist?
Explain how insert record in the database?
How many navigational features are provided by visual studio.net ide?
Explain how many number of events does the timer controls?
What is form description?
How can you pause a timer control?
Explain how to add resources during runtime?
Which window allows viewing the resources of the servers, such as services, processes and the event log?
Suppose I am implementing one windows form. I am inserting some values into ms access. In that table 5 columns there. But I want to insert three columns only. When I am clicking another button then other two values also insert into that table?
What is a windows based application?
What is form and meaning?
What is an example of form?
Are windows forms still used?