<asp:GridView ID="GridView1" runat="server" onselectedindexchanged="GridView1_SelectedIndexChanged"> <Columns> <asp:TemplateField HeaderText="Delete" HeaderStyle-CssClass="title_bg" ItemStyle-HorizontalAlign="Center"> <asp:LinkButton ID="lkDelte" runat="server" OnClientClick="return confirm('Are you sure you want to delete?')" CommandArgument="<%# ((GridViewRow) Container).RowIndex %>" CommandName="y" ><img src="Images/A5.gif" alt="Delete" border="0" /></asp:LinkButton> </ItemTemplate> <pre lang="xml"><asp:ButtonField CommandName="Updateit" Text="Button" /> </Columns></asp:GridView>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)