asp.net中在repeater中嵌套RadioButtonList控件,例如一道题目,四个选项,如何绑定RadioButtonList的值,如何获取RadioButtonList被选中的值
http://stackoverflow.com/questions/11077534/asp-net-radiobuttonlist-in-repeater
绑定值的话直接在后台获取数据源就好至于获取选中的值 用findcontrol()方法获得控件 然后判断是否选中