简体   繁体   English

是否有一个带有电子邮件自动完成功能(例如Google Mail)的ASP.NET TextBox?

[英]Is there an ASP.NET TextBox with e-mail auto-complete like Google Mail?

Currently I'm looking for a way to either extend a standard <asp:TextBox /> control or use a 3rd-party control (like eg DevExpress) to create an e-mail receiver text field like the one currently available in Google Mail: 当前,我正在寻找一种扩展标准<asp:TextBox />控件或使用第三方控件(例如DevExpress)来创建电子邮件接收器文本字段的方法,例如Google Mail中当前可用的文本字段:

谷歌邮件 (Screenshot in German, sorry) (以德语截屏,对不起)

The text box allows for entering multiple e-mail addresses and auto-completes them very elegant from a backend database. 该文本框允许输入多个电子邮件地址,并可以从后端数据库自动完成,非常精美。

I would like to have the same feature as Google currently does. 我想拥有与Google当前相同的功能。 In my opinion the challenge would be to allow for multiple separate items that auto-complete independent of each other. 在我看来,挑战在于允许多个独立的项目彼此自动完成。

So my question is: 所以我的问题是:

Are you aware of any examples/production-ready controls that fit into my ASP.NET C# 4.0 infrastructure for solving this task? 您是否知道适合解决此任务的ASP.NET C#4.0基础结构中的任何示例/生产就绪控件?

Addition 加成

If I think longer about it, this seems to be very similar to the "Tags" field at the bottom of Stack Overflow when creating a new question. 如果我考虑更长的时间,这似乎与创建新问题时“堆栈溢出”底部的“标签”字段非常相似。 Is there source code available for this? 是否有可用的源代码?

就个人而言,我将jQuery Autocomplete插件用于此类操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM