当前位置:编程学习 > C#/ASP.NET >>

这样在。net中选择多个RadioButton?

RadioButton1  RadioButton2   RadioButton3
在编译中有多个RadioButton,但是在调试的时候只能点一个RadioButton,不可以点多个?请问哪位大师知道怎么
处理。
本人是初学者,请不要嘲笑!谢谢! --------------------编程问答-------------------- 多放几个radiobutton不就行了
你页面上的控件肯定是radiobuttonlist
--------------------编程问答-------------------- radiobuttonlist
--------------------编程问答-------------------- 选择多个可用checkboxlist
否则就是多个radiobutton
--------------------编程问答-------------------- 用GroupName区分

        <asp:RadioButton ID="RadioButton1" runat="server" GroupName="a" />
        <asp:RadioButton ID="RadioButton2" runat="server" GroupName="b" />
        <asp:RadioButton ID="RadioButton3"  runat="server"  GroupName="c"/>
--------------------编程问答-------------------- 放在不同的div里面就是啦
补充:.NET技术 ,  C#
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,