views:

252

answers:

2

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