Hi I am using the AutoCompleteExtender ajax control. I am getting the list of strings in LIST collection. I want to populate only those strings, which user typing as prefix text. how to do this. I am following the example given in ajax toolkit.let say user typing "ca" then if list contain the list like, 'cat', 'dog', donkey', 'mouse','cart'....etc.
Then it should populate only 'cat' and cart'. How to achieve this?