构建一个 Asp.Net 自动完成名称选择器
我们来吧:您典型的绝对网络新手问题。 :-)
如何构建这样的 Asp.Net 名称选择器,我可以从用分号分隔的文本框中收集一些名称,然后在经过某种验证后,用黑色下划线标记这些有效名称,用红色下划线标记无效名称。您知道这有点像 SharePoint 名称选择器行为。
我知道 jQuery 和 Ajax.Net 已经提供了有用的自动完成控件,但我不知道如何在这些控件之上启用下划线样式。
嘿顺便说一句,我刚刚注意到这里发布问题页面的“标签”文本框非常接近我想要的,所以有人知道它是如何完成的吗?
Here we go: Your typical absolutely web newbie question. :-)
How to build such Asp.Net name picker where I can collect a few names from a textbox separated by semicolons and then, after validation of some sort, mark those valid names in black underscore and invalid ones in red underscore. You know it's a little like the SharePoint name picker behavior.
I know jQuery and Ajax.Net already provide useful AutoComplete controls but I don't know how to enable the underscore style on top of those controls.
Hey btw I just noticed the 'Tags' textbox of posting question page here is pretty darn close to what I want so anyone knows how it's done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许你可以使用这样的东西 http://loopj.com/jquery-tokeninput/demo.html< /a>
祝你好运!
Maybe you can use something like this http://loopj.com/jquery-tokeninput/demo.html
Good luck!