<asp:Panel ID="panel1" runat="server">
        <asp:CheckBox ID="CheckBox1" runat="server" />
        <asp:Label ID="Label1" runat="server" Text="添加"></asp:Label>
        <asp:CheckBox ID="CheckBox2" runat="server" />
        <asp:Label ID="Label2" runat="server" Text="修改"></asp:Label>
        <asp:CheckBox ID="CheckBox3" runat="server" />
        <asp:Label ID="Label3" runat="server" Text="查询"></asp:Label>
        <asp:CheckBox ID="CheckBox4" runat="server" />
        <asp:Label ID="Label4" runat="server" Text="删除"></asp:Label>
        <asp:Button ID="Button5" runat="server" OnClick="Button5_Click" Text="保存" />
    </asp:Panel>点击保存  勾选几个 就会显示几个