Mi sto perdendo in un bicchiere d'acqua mi sa...
ho questo datalist..
Per funzionare funziona... vorrei però andare a lavorare sullo stile del td che viene creato in automatico come faccio?codice:<table width="100%" cellpadding="2" cellspacing="4"> <tr> <td valign="top"> <asp:DataList ID="RepArt" runat="server" RepeatLayout="Table" RepeatColumns="3" width="100%"> <ItemTemplate> <table width="100%"> <tr valign="top"> <td class="tdgial"> <%# Server.HtmlDecode(DataBinder.Eval(Container.DataItem, "titolo").ToString())%></td> </tr> <tr valign="top"> <td> <%#StrTesto((string)DataBinder.Eval(Container.DataItem, "foto").ToString())%> </td> </tr> </table>