Posted on: 5/21/2014 5:50:05 AM | Views : 382

Hi
I have a Gridview .I would like to add delete button on this gridview
 <asp:GridView ID="gvsample" runat="server" CellPadding="4" EnableModelValidation="True"                                         GridLines="None" AutoGenerateColumns="false" DataKeyNames="Id"                                        >                                &nbs ...

Go to the complete details ...