【发布时间】:2014-02-25 06:19:58
【问题描述】:
我有以下单选按钮列表
<asp:RadioButtonList ID="rbl_payment_type" runat="server" AutoPostBack="true" OnSelectedIndexChanged="rbl_payment_type_SelectedIndexChanged">
<asp:ListItem Value="0">Cheque</asp:ListItem>
<asp:ListItem Value="1">Cash</asp:ListItem>
</asp:RadioButtonList>
显示屏将选项显示在另一个下方。
如何在一行中显示所有选项?
【问题讨论】: