<asp:Button ID="Button1" runat="server" CommandName="Edit" OnClientClick="myfun()" Text="Edit" />
here i need to pass the value of column of selected row ,but don't know the column name.. Can i do it with column index value?
Please refer below article
ASP.Net GridView - Delete Row with Confirmation
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.