开发者

Looking for a GMail-like autosuggest textbox

开发者 https://www.devze.com 2023-04-11 03:04 出处:网络
I need an auto-suggest textbox, just like the one for entering the recipient\'s email address in GMail when we compose an开发者_如何学Python email.JQueryUI does this. You\'ll want a combination of the

I need an auto-suggest textbox, just like the one for entering the recipient's email address in GMail when we compose an开发者_如何学Python email.


JQueryUI does this. You'll want a combination of the Custom data and Multiple values options.


See this document:

http://docs.jquery.com/Plugins/autocomplete

This uses ajax query which would be easy to handle.


Yeah..U can Use AJAXSCRIPT Manager and AjaxAutoExtender

Put your coding in Autoextender method to retrive datas from SQL-server


Check this link.

It will automatically validate the values as gmail does. And you can enter multiple values and you can remove values by clicking on close button of the entry If you want simple autocomplete then you can go with this link.

0

精彩评论

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