Hello.
I have some problem about atlas auto complete extender too.
My questions are:
1-) When I changed the parameter prefixText's name as city_name, I can not see the correct result under my textbox. I want to see the related cities , for example when the user enters m, I want to see only Milano,Madrid,Monaco,Munchen etc but I see all the cities like Roma,London etc. Where is the problem , am not I change the web service's function's parameters name?
2-)I want to use a method whose parameters count are 4 not a method in web service with two parameters(prefixText and count.).
3-)I do not want to use a web service,I want to use a function in my code page , how can I achieve this?
4-) I can not understand the usage of count parameter. What is the count parameters job? When I run the web service and enter the prefixText as m and entered the count as 2, I see all the cities whose first character is m but I want to see only two. I read in an article in code project that "The count parameter specifies the maximum number of possible values to return to the client. ". And am not I change the count paramters value in my aspx page?
5-) I use Atlas July release. I can not see the before entered values on textbox which is targetcontrol of the atlas auto-complete extender. This is normal?
If you answers my questions I will be more happy.
Good Afternoon.