I'm populating a dropdownlist control from data in a database. This is working correctly. However, I'd like to add a list item for "Select Alll" as index 0. Is there a way to manually add list items even if you are using databinding? Any help is appreciated.