hi
how to use updatepanel in gridview Commandname for this
<asp:UpdatePanel ID="upPanel11" runat="server">
<Triggers>
<asp:AsyncPostBackTrigger ControlID="Grd" EventName="RowCommand" />
<asp:AsyncPostBackTrigger ControlID="img1" EventName="Add1" />
</Triggers>
<ContentTemplate>
<FooterTemplate>
<asp:ImageButton ID="img1" ClientIDMode="Static" runat="server" CommandName="Add1" Width="30px" Height="30px"
ToolTip="Add new User" />
</FooterTemplate>
Mark as Answer if its helpful to you
Kumaraspcode2009@gmail.com