I pull data from a table in a database and assign it as a datasource to a listbox. If there is a blank item in the listbox, it shows up as something like this:
- All
- Red
- Green
- Blue
What is the best way to remove the blank in the listbox. If there is a blank, it is always in the second position. I was going to try to test to see if the second position contained blank text, but I am not sure how to do that.
Thanks, XaiSoft