views:

228

answers:

0

I want to show the default text in the ComboBox as 'Select'. I also want to the bind the items in the ComboBox to the Collection.

When the user selects any item from ComboBox the 'Select' text should not remain as an item in the ComboBox. How can I do it?

Thanks.