Hi,
I want whenever I click on the Img tag, it should Redirect to XYZ.aspx page. Please see my tag
<asp:ListView ID="gallerySlide" runat="server" ItemPlaceholderID="itemPlaceHolder2">
<LayoutTemplate>
<asp:PlaceHolder ID="itemPlaceHolder2" runat="server"></asp:PlaceHolder>
</LayoutTemplate>
<ItemTemplate>
<img src='<%# Eval("image_path") %>' alt="" width="371" height="241" />
</ItemTemplate>
</asp:ListView>
Go to the complete details ...