日期:2014-05-17 浏览次数:20407 次
<asp:Repeater ID="rpList" runat="server">
<ItemTemplate>
<table width="100%" border="0" cellspacing="1" class="hdr" cellpadding="3" style="border:1px #ccc solid; margin-bottom:5px;">
<tr>
<th>
<input type="checkbox" name="chk_Sel" id="chk_Sel" value='<%# Eval("id") %>'/><%# Eval("e_gname")%>
<asp:HiddenField ID="hfParentId" runat="server" Value='<%# Eval("id") %>'/>
</th>
</tr>
<tr>
<td style="padding-left:25px; font-size:12px;">
<asp:CheckBoxList ID="cbleuser" runat="server" RepeatDirection="Horizontal">