I've just recently found out about AJAX and was trying to setup my own AutoComplete textbox.
I've looked at examples from AJAX site as well as this site but haven't seen anything that helps yet. I have a basic for with just a textbox and a webservice as well as the required AJAX toolkit. My problem seems to be with the call to the webservice. When I have the webservice accept parameters the page never makes it to the webservice method. If I take out the parameters it hits the webservice method. Just to try and get something to come back I've hardcoded an array but even that doesn't display via a drop down.
Anyone have any suggestions?
Start Free Trial