RadioButtonList

<asp:Label ID="txt_Gender" runat="server" Text="性别"></asp:Label>
请选择性别:<asp:RadioButtonList
ID="radlSex" runat="server" RepeatDirection="Horizontal" RepeatLayout="Flow">
<asp:ListItem Selected="True">男</asp:ListItem>
<asp:ListItem>女</asp:ListItem>
</asp:RadioButtonList>
获取值
通过select一系列

相关文章:

  • 2022-12-23
  • 2021-09-16
  • 2021-08-23
  • 2022-01-17
  • 2021-10-09
  • 2021-07-13
  • 2022-12-23
猜你喜欢
  • 2021-11-30
  • 2022-12-23
  • 2021-05-23
  • 2021-06-21
相关资源
相似解决方案