Hello everyone i have made a slideshow in a repeater
<asp:repeater id="rptImages1" runat="server">
<HeaderTemplate>
<ul>
</HeaderTemplate>
<ItemTemplate>
<li>
<a href=""><asp:Image ID="Image2" ImageUrl='<%# Eval("Image1") %>' Width="94" Height="94" runat="server" /></a>
</asp:repeater>
Have anyone look at ebay auction description , there is a gallery that when you click on it it open in new image box how can i make this with this slideshow please
Go to the complete details ...