<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>
<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