<asp:TemplateField HeaderText="启用/停用">
                    <ItemTemplate>
                        <asp:Button ID="btn_start" CommandName="cm_hope_emp_id" CommandArgument="hope_emp_id" OnClick="btn_start_Click" CausesValidation="false" runat="server" Text="启用" /><asp:Button ID="btn_stop" runat="server" Text="停用" />
                    </ItemTemplate>
                </asp:TemplateField>
 
迷惑中……
现在想要实现的是实现相关的操作。但不知道怎么给当前列传递参数值,如?action=stop&id=1
烦高手指点!