Datagrid Images Hyperlinked

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

All,

I have a ASP.NET 1.1 webform with a datagrid that is using a template image
column to read an jpeg directly from a SQL DB 2000. Now what I would like to
to is when the user clicks on the image in the datagrid it navigates off to a
different URL - does anyone know how to do this?

Thanks
Msuk
 
Just enclose the image element inside a <a> tag. It is what you are looking
for?

All,

I have a ASP.NET 1.1 webform with a datagrid that is using a template image
column to read an jpeg directly from a SQL DB 2000. Now what I would like
to
to is when the user clicks on the image in the datagrid it navigates off to
a
different URL - does anyone know how to do this?

Thanks
Msuk
 
Back
Top