|
| Total Answers and Comments: 4 |
Last Update: September 27, 2008 |
|
| | |
|
Submitted by: Ramasamy 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
Above answer was rated as good by the following members: saurabhbadak, suji.abacus | |
October 10, 2005 07:15:56 | #2 |
| Balaji Raj |
|
|
RE: Difference between listbox and combo box.
| Combo Box 1) It is Combination of TextBox and ListBox 2) Three Styles (i)Simple combo (ii) DropDown (iii) DropDown List |  | | Is this answer useful? Yes | No | 1 0 | Overall Rating: +1 |
|
| |
|
September 27, 2008 06:53:03 | #4 |
| gauri_geek |
|
Member Since: September 2008 Contribution: 5 |
RE: Difference between listbox and combo box.
| Listbox: 1) Does not contain a text box to write an item Item is added using Additem method only
2) Always shows all item in the list
3) Can contain a checkbox in the list ComboBox: 1) Can contain a text box to write an item Item is added also using Additem method only
2) Style property define if the item in the list have to be always shown
3) No checkbox is used |  | | Is this answer useful? Yes | No | | |
|
| |
Go To Top
|