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?
In the example there’s a description of the properties. Quote:
So you need write a web service which will contain a method returning the list of suggestions based on the user input.