Torna al Thread

<asp:DataList SkinID="dlGallerSkin" runat="server" RepeatColumns="6" CellPadding="0" CellSpacing="2" width="600px" RepeatDirection="Horizontal" RepeatLayout="Table" GridLines="None"> <AlternatingItemStyle BorderStyle="none" Height="100px" Width="120px" Wrap="true" /> <ItemStyle BorderStyle="none" Height="100px" Width="120px" Wrap="true" /> <ItemTemplate> <table width="100%"> <tr> <td class="border"> <asp:Image ID="imgThmb" runat="server" ImageAlign="Middle"/> </td> </tr> <tr> <td class="SFFOTO"> <asp:Label ID="lblNomeImage" runat="server" CssClass="mini"></asp:Label> </td> </tr> </table> </ItemTemplate> </asp:DataList>
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5