Last post Jan 22, 2008 03:50 AM by Marco Buerckel
None
0 Points
2 Posts
Jan 22, 2008 03:00 AM|ms44cn|LINK
In Detail.aspx , I know this code will show the image
<img src="Handler.ashx?PhotoID=<%# Eval("PhotoID") %>&Size=L" class="photo_198" style="border:4px solid white" alt='Photo Number <%# Eval("PhotoID") %>' />
And does any one could add a URL href to allow user navigate to next image via click current image ?
Member
670 Points
141 Posts
Jan 22, 2008 03:50 AM|Marco Buerckel|LINK
Hi,
you can put an image inside a hyperlink and then specify the NavigateUrl property:
<asp:HyperLink ... NavigateUrl="..."><asp:Image .. ImageUrl="..." /></asp:HyperLink>
Regards Marco Buerckel
None
0 Points
2 Posts
How to Click image to Navigate to next image
Jan 22, 2008 03:00 AM|ms44cn|LINK
In Detail.aspx , I know this code will show the image
Member
670 Points
141 Posts
Re: How to Click image to Navigate to next image
Jan 22, 2008 03:50 AM|Marco Buerckel|LINK
Hi,
you can put an image inside a hyperlink and then specify the NavigateUrl property:
<asp:HyperLink ... NavigateUrl="..."><asp:Image .. ImageUrl="..." /></asp:HyperLink>
Regards
Marco Buerckel