怎么把radioButtonList跟他一起的内容放在一行显示
设置RadioButtonList的RepeatLayout属性为"Flow"就可以了。 代码如下:
<asp:RadioButtonList ID="RadioButtonList1" runat="server" RepeatDirection="Horizontal" RepeatLayout="Flow" ></asp:RadioButtonList>
设置RadioButtonList的RepeatLayout属性为"Flow"就可以了。 代码如下:
<asp:RadioButtonList ID="RadioButtonList1" runat="server" RepeatDirection="Horizontal" RepeatLayout="Flow" ></asp:RadioButtonList>