G
Guest
I'm fairly new to this so bear with me!
I have created a gridview in an aspx page which successfully talks to a SQL
backend via a datasource. One of the colums contains a reference to an image
which I display as a column in the grid. This works.
My question is this. Can I make the image into a hyperlink so that when I
click on the image it effectively causes a hyperlink equivalent to the
example below.
TIA
Dave
<A href=""anotherpage.aspx?ID=n"><img etc...></a>
Where n=the identity value of the ID column.
I have created a gridview in an aspx page which successfully talks to a SQL
backend via a datasource. One of the colums contains a reference to an image
which I display as a column in the grid. This works.
My question is this. Can I make the image into a hyperlink so that when I
click on the image it effectively causes a hyperlink equivalent to the
example below.
TIA
Dave
<A href=""anotherpage.aspx?ID=n"><img etc...></a>
Where n=the identity value of the ID column.