DNN 4.8 and VS2008
I am trying to add ASP.NET AutoCompleteExtender to a text box in one of my modules.
As far as I know the AutoCompleteExtender works only through a webservice.
I've added a webservice, but I can not get the AutoCompleteExtender to work, I get no errors but the webservice never gets invoked, I've tried to moving the webservice to different directories, but nothing works. What am I missing or how can I get the ASP.NET AutoCompleteExtender to work?
Thank You
Peter