I'm using your AutoComplete control.
Everything works perfectly on local server...
But... When I upload to my GoDaddy hosting, it does not work.
As far, as I see... I cannot connect to WebService?
I'm using same ServiceUrl for localhost and for server... but...?
Suggestions.asmx/StateSuggest
I tried to connect to web service from code, and that works...
Suggestions sug = new Suggestions();
Literal1.Text = sug.StateSuggest("arr");
Can somebody please help me?