Hi all

I have a gridview control bind to sql server. I have 6 column names on my grid and 1 additional column which is a link button named 'view'. When data is generated, i want to click on the 'view' link button and show the particular details for that row. (Eg.First column is ID, means show details of the ID).

I want to know how can i do that and how to write the code for the link button.

Many thanks.