I have one grid view in my asp.net page, in that Item Template involves hyperlink. While clicking that hyper link need to raise serverside event to get the selected row value and pass it to next page. I referred many sites all are suggesting to use LinkButton but I need it in hyperlink only.
Can anyone help me ?

Jayakumar BalasubramaniamPosted May 27, 2014, 1:36 AM
Thanks for your kind response, I tried that way already my problem is while clicking the hyperlink in the gridview before page navigates I need to get the values in that row.
If there is any way suggest.
As like your solution only I have did now and assigned query string as unique ID for each row my problem gets solved.
Thanks.
Khan Abrar AhmedPosted May 26, 2014, 1:42 AM
if you want to use hayperlink then in the row data bound event of gridview you need to bind the href of hyperlink with full url.