I\'ve tried to the letter to search for mistakes in my code, but i can\'t myself get that autocomplete extender to work. Help wanted.
Here\'s my code: (excerpt from my
First of all, you remove "static" from your web method declaration. Second is add EnableCaching="true" CompletionSetCount="20" in your
code block. Hope this will solve your problem.