checkboxlist?radiobuttonlist?
什么东西来得?
写成html标签是啥?

解决方案 »

  1.   

    <asp:RadioButtonList id="radio"  runat="server"
    RepeatDirection="Horizontal"  
    <asp:ListItem Value="1">1</asp:ListItem>
    <asp:ListItem Value="2">2</asp:ListItem>
    </asp:RadioButtonList>
    <asp:CheckBoxList id="check"  runat="server"
    RepeatDirection="Horizontal">
    <asp:ListItem Value="1">1</asp:ListItem>
    <asp:ListItem Value="2">2</asp:ListItem>
      

  2.   

    ?????
    .net?
    表现在浏览器中是什么?
    单选按钮组?多选按钮组?
      

  3.   

    helping~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~