Skip to content
Loading
Convert Picture slide from HTML & Javascript to a ASP version  
  •     class="column">  
  •       class="demo cursor" src="img_nature.jpg" style="width:100%" onclick="currentSlide(5)" alt="Nature and sunrise">  
  •           
  •     class="column">  
  •       class="demo cursor" src="img_snow.jpg" style="width:100%" onclick="currentSlide(6)" alt="Snowy Mountains">         
  •       
  •     
  • New design   
  •       "DataList1" runat="server" DataKeyField="PKPhotoId" DataSourceID="PhotoDS"  
  •         RepeatColumns="5" RepeatDirection="Horizontal">  
  •           
  •              class="row">  
  •      class="column">  
  •         '#' onclick="currentSlide(index)">  
  •       "Image1"  class="demo cursor"  runat="server" ToolTip='<%# Eval("Memo") %>'  ImageUrl='<%# "ImageHandler.ashx?ImID="+ Eval("ImageID")  %>'/>   
  •                    
  •       
  •    
  •               
  •           
  •       
  •     
  •   
  •   
  •           
  •       
  •   
  •   
  • 2 Replies

    Know the answer? Post it — somebody with the same question will find it here.