Rank: Newbie Groups: Member
Joined: 1/15/2009 Posts: 2 Points: 6
|
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?
|
Rank: Administration Groups: Administration
Joined: 11/18/2007 Posts: 73 Points: 131
|
Hi, Can you check if the GET and Post Requests are enabled in your webconfig file by default they are enabled for local host only. get more info from this thread: http://forum.convincingmail.com/yaf_postst18_Autosuggest-work-on-localhost-but-doesnt-work-from-remote.aspxThanks.
|
Rank: Newbie Groups: Member
Joined: 1/15/2009 Posts: 2 Points: 6
|
thank you so much!
I really like your control! Especially Template Option!!!
|