Auto Populate Autocompleteextender With All Possibilities On First Click
I am trying to have autoCompleteExtender to populate on focus of a textbox all possibilities. So far I am having no luck. I have tried adding onfucus in the textbox tag to call a j
Solution 1:
Found my answer: In order to solve this problem I had to set the MinimumPrefixLength="0"
Post a Comment for "Auto Populate Autocompleteextender With All Possibilities On First Click"