I used the Gridview in my website.
I want to get the unique id of that row in which we clicked anywhere in the GridView.


Here is my code.

Source code:
Code:
<Columns>                       

   <%--<asp:TemplateField>
    <ItemTemplate>
    <asp:LinkButton ID="select" runat="server" ForeColor="Black" Visible="false"
...