<FooterTemplate>
<asp:Button id="Button2" runat="server" Text="删除分组"></asp:Button>
<asp:Button id="Button3" runat="server" Text="删除好友" CommandName="Delete"></asp:Button>
</FooterTemplate>
我在Button2加CommandName="Delete",结果报下标越界
<asp:Button id="Button2" runat="server" Text="删除分组"></asp:Button>
<asp:Button id="Button3" runat="server" Text="删除好友" CommandName="Delete"></asp:Button>
</FooterTemplate>
我在Button2加CommandName="Delete",结果报下标越界