文件名称:C#_winform_动态生成RadioButton和CheckBox并获取选中值
文件大小:57KB
文件格式:ZIP
更新时间:2020-02-13 11:15:31
winform 动态生成 RadioButton CheckBox 获取选中值
C#的winform是没有webform的RadioButtonList和CheckBoxList这两个控件的。要实现从数据库取出数据后动态生成N个RadioButton和CheckBox并获取选中项目的值,请看本例。思路很简单,有问题请指出,相互学习共同进步,谢谢。
【文件预览】:
AutoRadioButton
----AutoRadioButton.v12.suo(33KB)
----AutoRadioButton()
--------Form1.cs(5KB)
--------Program.cs(496B)
--------Form1.resx(7KB)
--------Properties()
--------Form1.Designer.cs(6KB)
--------obj()
--------bin()
--------AutoRadioButton.csproj(4KB)
----AutoRadioButton.sln(1014B)