I am display states in a combo box on a search form. I’m using an infoset that returns all states and I’m binding that to the combo box. The user doesn’t need to select a state if they don’t want to so I’m trying to figure out a way to add a blank line (display nothing) as the first item in the combo box. When the form is loaded the first state AB is displayed and I would like to have nothing displayed. Is there a way to add another display member that doesn’t display anything or just not display any values until the user selects the combobox?