将键值对与文本框自动完成扩展程序关联
如何以类似于下拉列表的方式将键值对与文本框自动完成扩展程序关联起来?
优选的是,值对用户不可见。
How do I associate a Key-Value pair with textBox autoComplete extender in a way similar to a dropdownlist?
It is preferred that value will not be visible to user.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一篇关于该主题的精彩文章 http://www.codeproject.com/KB/ ajax/autosuggestextender.aspx
我还写了一篇后续文章,解释如何根据用户的选择调用异步服务器端自动回发事件:http://www.codeproject.com/KB/webforms/PostbackAutoCompleteExten.aspx
Here is a great article on the subject http://www.codeproject.com/KB/ajax/autosuggestextender.aspx
I've also written a follow-up article explaining how to call an asynchronous server side auto post back event on a user's selection: http://www.codeproject.com/KB/webforms/PostbackAutoCompleteExten.aspx