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..