Sunday, September 2, 2018

DATALIST IMAGE WITH HYPER LINKING

<asp:DataList ID="dlstmovie" runat="server"   RepeatColumns="3"    RepeatDirection="Horizontal" Width="490px" CellPadding="2" CellSpacing="2">
    <ItemTemplate>
     
       
       <a href='<%#Eval("furl") %>'>
     
     
          <img alt="" src='Admin/indexing/<%#Eval("fname") %>'  Height="80px"   Width="209px" />

           </a>
     
    </ItemTemplate>
 
</asp:DataList>

No comments:

Post a Comment

ADVANCE 2025

 HTML TABLE SCROLL BAR  <style>      .table-container {             width: 100%;             overflow-x: auto; /* Enables horizontal s...