开发者

Can ComboBox in AjaxToolkit use lazy loading

开发者 https://www.devze.com 2022-12-10 05:53 出处:网络
Can I make ComboBox from AjaxToolkit make call to server every time new letter is 开发者_JAVA技巧entered and update ComboBox items?Have you looked at the AutoCompleteExtended available in the AjaxCont

Can I make ComboBox from AjaxToolkit make call to server every time new letter is 开发者_JAVA技巧entered and update ComboBox items?


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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消