Case sensitive search in the combobox [.Net 2.0]

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Greetings!
I am using a combobox bound to a list of items. The AutoCompleteMode is set
to SuggestAppend and the AutoCompleteSource is set to ListItems. The list has
items like \\lastname and \\LastName. The control's display and value member
properties are set to the same field in the collection.

If I start typing \\lastname, I do not see that in the suggested list and
instead, I see a list of items starting with \\L.

Is there a way I can have the list display the correct list?

Thanks for your time.
Regards,
Raj
 
Back
Top