I have a question regarding Textbox autocomplete propert. I have set textbox autocompleteMode to "Suggest" and have set AutoCompleteSource to CustomerSource. I have a AutoCompleteCustomSource collection :
"A"
"A"
"AA"
"AAA"
When i type "A" in textbox, suggest displays only one "A".Why is this ?
And how to display both characters "A" ?
Thanks in advance