Autocompletion of textbox in .net 2 works differently than I expect.
If customdatasource have strings "Good boy" and "Bad girl", it does not suggest anything if I type "boy" or "girl". It only suggests if I start typing from the beggining of the string.
Is there a way to extend autocompletion to this functionality?