<EditItemTemplate>
                        <asp:CheckBoxList ID="cblXueke" runat="server" DataTextField="Id"
                            DataValueField="FullName" RepeatDirection="Horizontal" RepeatLayout="Flow">
                        </asp:CheckBoxList>
                        <asp:LinkButton ID="lkDel" runat="server" CommandName="DelXueke" CommandArgument='<%# ((GridViewRow) Container).RowIndex %>'>删除选中科目</asp:LinkButton>
                    </EditItemTemplate>

相关文章:

  • 2021-10-15
  • 2022-12-23
  • 2021-08-27
  • 2021-12-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案