Posted on: 12/30/2014 9:54:01 AM | Views : 683

Hi 
I am using the below image slider for my asp.net application the show image i have added normally, but the thumb image i am confuse of how i can added as in this slide is inside the <li> tag !! so can anyone help me to add my thumb image the slide show i get it from: 
http://flexslider.woothemes.com/thumbnail-slider.html
and the html code of it that i used is:
<section class="slider"> <div class="flexslider"> <ul class="slides"> <li data-thumb="images/kitchen_adventurer_cheesecake_brownie.jpg"> <asp:Image ID="imgslide1" runat="server" ImageUrl='<%# "/images/AdsImgs/" + Eval("Img1") %>'></asp:Image> </li> <li data-thumb="images/kitchen_a ...

Go to the complete details ...