Using hyperlink control with imagefield control in gridview
        Posted  
        
            by niks
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by niks
        
        
        
        Published on 2010-04-25T20:13:02Z
        Indexed on 
            2010/04/25
            20:53 UTC
        
        
        Read the original article
        Hit count: 249
        
I have a gridview and a column of that gridview is displaying images whose path is stored in a database & image is stored in locale folder inside my website. My problem is that I want to use the hyperlink control with the image, so that when the image is clicked it should jump to another page. How can I do that?
© Stack Overflow or respective owner