>>1211when picking between combobox vs. multiselect versus listbox, think about what you need most: quick selection with a dropdown (combobox), the ability to pick multiple items at once without leaving your line of sight like in [code]multiselection[/], or simply browsing options one by one as they scroll past on screen ([listboxes]). usually it depends if speed is key, flexibility matters more for choosing many things quickly, or you just want a simple way through the list.