如何在一个控件中实现文本框和下拉列表?
例如:我有 UserID 和 UserName。所以我使用 DropDownList。用户名是数据文本字段 UserID 是 DataValueField。所以用户可以选择他们的名字,我将 UserID 保存到我的数据库中。 但如果用户是新用户且未注册。我想允许输入 DropDownList 并将名称保存到数据库中。那么对于已注册的人可以选择,未注册的人可以键入。
我该怎么办?有人可以给我建议吗? 谢谢
For example : I have UserID and UserName. So I use DropDownList. UserName is DataTextField
and UserID is DataValueField. So User can choose their name and I save UserID to my database.
But If User is new and not registered. I want to allow to type in DropDownList and I save the name to database. So for registered people can choose and not registered people can key in.
How should I do? Can anybody give me suggestions?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您想要的是一个可编辑的下拉菜单:
http://www.google.com.au/search?source=ig&hl=en&rlz=&q=editable%20dropdown&meta=
如何在 HTML 中创建可编辑的下拉列表?
http://msdn.microsoft.com/en-us/library/aa511458.aspx
http://demos.telerik.com/aspnet-ajax/combobox/示例/概述/defaultcs.aspx
What you want is an editable dropdown:
http://www.google.com.au/search?source=ig&hl=en&rlz=&q=editable%20dropdown&meta=
How can I create an editable dropdownlist in HTML?
http://msdn.microsoft.com/en-us/library/aa511458.aspx
http://demos.telerik.com/aspnet-ajax/combobox/examples/overview/defaultcs.aspx