codice:<asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="~/Magazzino.mdb" SelectCommand="SELECT [CodArticolo], [Descrizione], [CodiceBarre] FROM [Articoli]"> </asp:AccessDataSource> <asp:Repeater ID="Repeater1" runat="server" DataSourceID="AccessDataSource1"> <headertemplate> </headertemplate> <itemtemplate> <asp:TextBox ID="TextBox1" runat="server" Text="<%# Container.DataItem("descrizione") %>" > </asp:TextBox> </itemtemplate> <footertemplate> </footertemplate> </asp:Repeater>
da coda dipende?
grazie
lo ho colorato in rosso
eppure i tag li ho chiusi bene, ma nn so spiegarmi il motivo dell'errore