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
Name the property which is used to specify the source from where the crystal reports would be accessed.
Explain how to find the current record position in data control?
How to show a ContextMenuStrip instead of cthe default ContextMenuStrip,when you rightclick on the non client area of a window's Form or when alt+space keys are pressed
What is the full form of gac?
What are windows applications?
Explain how to add resources during runtime?
What is the difference between the add() and insert() methods of a listbox control?
How do I change the console application in windows?
Which event occurs when a user drags an item in a treeview or listview control?
What is a database form?
how see report periviwe
Is typeform free?
How to get records from a database?
How to use the FindControl() function to preselect an item in my dropdownlist?
i already displaying one datagrid. now i want to make change to particular column header i.e i want to split that column header and it includes one more header.... write a code for that in windows application using C#.net