
帮我看看一个asp:RadioButtonList的问题
<asp:RadioButtonListrunat="server"id="sex"RepeatLayout="Flow"Width="71px"Height="31px...
<asp:RadioButtonList runat="server" id="sex" RepeatLayout="Flow" Width="71px" Height="31px" RepeatColumns="1">
<asp:ListItem>男</asp:ListItem>
<asp:ListItem>女</asp:ListItem>
</asp:RadioButtonList>
结果为:
>男
>女
怎么才能使它显示为:
>男 >女 展开
<asp:ListItem>男</asp:ListItem>
<asp:ListItem>女</asp:ListItem>
</asp:RadioButtonList>
结果为:
>男
>女
怎么才能使它显示为:
>男 >女 展开
展开全部
<asp:RadioButtonList RepeatLayout="Flow" runat="server" id="sex" CssClass="gg" RepeatColumns="2">
<asp:ListItem>男</asp:ListItem>
<asp:ListItem>女</asp:ListItem>
</asp:RadioButtonList>
<asp:ListItem>男</asp:ListItem>
<asp:ListItem>女</asp:ListItem>
</asp:RadioButtonList>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询