日期:2014-05-17 浏览次数:20456 次
<asp:CheckBoxList ID="checkList_Emp_Other" runat="server" RepeatDirection="Horizontal"> <asp:ListItem Value="0" alt="0">厂服</asp:ListItem> <asp:ListItem Value="1" alt="1">门卡</asp:ListItem> </asp:CheckBoxList>
<table id="checkList_Emp_LabourGoods" border="0"> <tr> <td><span alt="0"><input id="checkList_Emp_LabourGoods_0" type="checkbox" name="checkList_Emp_LabourGoods$0" /><label for="checkList_Emp_LabourGoods_0">厂服</label></span></td><td><span alt="1"><input id="checkList_Emp_LabourGoods_1" type="checkbox" name="checkList_Emp_LabourGoods$1" /><label for="checkList_Emp_LabourGoods_1">门卡</label></span></td> </tr> </table>
<asp:CheckBoxList ID="checkList_Emp_Other" runat="server" RepeatDirection="Horizontal"> <asp:ListItem Value="0" alt="0">厂服</asp:ListItem> <asp:ListItem Value="1" alt="1">门卡</asp:ListItem> </asp:CheckBoxList>