gpt4 book ai didi

asp.net - RadioButtonList 与标签、CSS 问题不对齐

转载 作者:太空宇宙 更新时间:2023-11-04 04:02:09 25 4
gpt4 key购买 nike

我有一个 radioButtonList,我在 ASP 中有标签,radioButtonList 显示正确,但它与创建的标签不一致

我真正需要的是

1- 将 radioButtonList 与标签对齐

2-单选按钮的标签必须靠近单选按钮。

如下图所示;

enter image description here

我的 ASP 代码:

 <div style="display: inline;" dir="rtl">
<asp:Label ID="Label8" runat="Server" Text=" Permenat office"></asp:Label>
<asp:Label ID="Label35" runat="Server" Text="*" ForeColor="Red" Font-Bold="True"></asp:Label>


<asp:RadioButtonList runat="server" ID="rdlstPermenantOffice" >
<asp:ListItem>Yes</asp:ListItem>
<asp:ListItem>No</asp:ListItem>
</asp:RadioButtonList>


</div>

最佳答案

试试这个它工作正常:-

<asp:RadioButtonList ID="rblChoose" runat="server" RepeatDirection="Horizontal" 
RepeatLayout="Flow">
<asp:ListItem Text="a" Value="a" />
<asp:ListItem Text="b" Value="b" />
</asp:RadioButtonList>

关于asp.net - RadioButtonList 与标签、CSS 问题不对齐,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21907509/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com