Can any one provide me an idea about any ajax control which has following capabilities:
-
User should able to type to get auto-suggestions
-
Dropdown should only display the values starting with the keyed-in characters.
-
Most importantly there should be only one postback to fetch all the data to client side on the first key-in and then should filter the list values based on rest of the keys.
Any ideas in this regard greatly appreciated..
Check out this demo of the
Autocompletecontrol in thejQuery UIlibrary: http://jqueryui.com/demos/autocomplete/ The demo demonstrates all the features you need and provides source for it all.