0

I have tried this example

http://www.asp.net/ajaxlibrary/act_AutoComplete_simple.ashx

but it is not working in the demo or in my project

BenMorel
  • 34,448
  • 50
  • 182
  • 322
Amira Elsayed Ismail
  • 9,216
  • 30
  • 92
  • 175

1 Answers1

1

I'd actually recommend moving towards using JQuery and webmethods. I've found that using the AJAX.NET library eventually paints you into a corner which is difficult to get out of. I've spent several years fighting with AJAX.NET and found that when I made the transition to JQuery and webmethods my life became 100% simpler.

There are lots of AutoComplete plugins that people have written which will use a backend webservice (asmx perhaps) to provide the data.

Gordon Thompson
  • 4,764
  • 8
  • 48
  • 62