将多列添加到单选按钮列表文本字段
我正在使用 C# 4.0 开发一个网站。我需要从数据库添加 RadioButtonList
TextField
多列。我该怎么做?
谢谢。
I'm developing a website by using C# 4.0. I need to add RadioButtonList
TextField
multiple column from database. How can I do this?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查这个代码片段。
另一种方式
如果您想在多个地方重用此控件,那么最好的方法是为此创建一个自定义单选按钮列表控件。
检查这个 链接
Check this code snippet.
Another way
If you want to reuse this control at several places then best way is to create a custom radiobuttonlist control for this.
Check this link