Can I make ComboBox from AjaxToolkit make call to server every time new letter is entered and update ComboBox items?
+4
A:
Hi Sergej,
Have you looked at the AutoCompleteExtended available in the AjaxControltoolkit ?
AutoCompleteExtender Demo
The control is similar to a combo box and it offers dynamic filtering of results based on user input.
Phani Raj
2009-11-04 06:27:41
A:
Please check Autocomplete extender in AJAX control toolkit.
The suggesions for the text entered in the textbox can be populated by using service method.
Check the properties ServiceMethod,ServicePath.
Himadri
2009-11-10 13:39:21