hello,
I am using an gridview to show some data in that one column is hyperlink and when i click that hyperlink i need that value to be passed to another page which is linked in that hyperfield
for example
header1 | header2 | header3 |
value1 | value1 | ab1234 |
value2 | value2 | cd1234 |
here header3 is hyperfield and i need the ab1234 to be passed to next page and as well as the link should show the value site.aspx?ab1234
thanks in advance