Hi!
I have a problem.
I am using AutoCompleteExtender for my textbox. All autocomplete words shows. But i need next behavior: when there is in textbox '*' character, autocomplete words must not be shown.
How can i do this?
|
|
Hi! I have a problem. I am using AutoCompleteExtender for my textbox. All autocomplete words shows. But i need next behavior: when there is in textbox '*' character, autocomplete words must not be shown. How can i do this? |
||
|
|
|
|
In your ServiceMethod you could check the string for the presence of the wildcard, and not return any results?
|
|||
|
|