ASP.NET 类似hotmail 的地址栏?
我有一个表单,用户在文本框中输入电子邮件地址列表。 我想为文本框赋予 hotmail 地址栏的样式,其中每个地址都被一个框包围。
有关于如何实现这一目标的任何想法吗?
谢谢
I have a form that a user enters a list of email addresses in a text box.
I want to give the text box the style of the hotmail adderess bar where each address is surrounded by a box.
is there any ideas about how to achieve this ?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嘿,也许这个链接给了你正确的方向:
http://devthought.com/blog/projects-news/2008/01/textboxlist-fancy-facebook-like-dynamic-inputs/
基本上你可以使用ajax控件实现所有功能ASP.NET
Hey guy maybe this link gives you the right direction:
http://devthought.com/blog/projects-news/2008/01/textboxlist-fancy-facebook-like-dynamic-inputs/
Basically you can achieve all of the functionality with ajax controls in asp.net