How do I get asp:ImageField to use a hyperlink?

  • Thread starter Thread starter needin4mation
  • Start date Start date
N

needin4mation

I have a gridview. Do I have to create a datalist if I want my image
to have a link embedded in it? I want to click the image.

Thank you.
 
Needy,

You need a linkbutton to contain a child image control.
<a href="~/helloword.aspx"><img ...></a>

Good Luck
DWS
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top