zoukankan      html  css  js  c++  java
  • RadioButtonList

    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一系列

  • 相关阅读:
    maven
    sublime text
    ios category
    python
    activiti
    出版社
    gradle
    selenium
    spring
    Ansible状态管理
  • 原文地址:https://www.cnblogs.com/ZaraNet/p/9433806.html
Copyright © 2011-2022 走看看