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

GRIDVIEW ON ROW DATA BOUND EVENT

 Database Create  Student : roll , name , city , cost  Fix 6 Value  in Database Record  ====================================================...