vote up 0 vote down star

Can I make ComboBox from AjaxToolkit make call to server every time new letter is entered and update ComboBox items?

flag

57% accept rate

2 Answers

vote up 4 vote down check

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.

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.