Torna al Thread

<asp:repeater id="myRepeater" runat="server"> <ItemTemplate> <tr align="center"> <td> <%# VisualizzaData(DataBinder.Eval(Container.DataItem, "DataRilevazione").ToString()) %> </td> <td> <%# DataBinder.Eval(Container.DataItem, "Applicazione") %> </td> <td> <%# VisualizzaTipoEvento(DataBinder.Eval(Container.DataItem, "TipoEvento").ToString()) %> </td> <td> <%# DataBinder.Eval(Container.DataItem, "CodiceApplicativo") %> </td> <td> <%# DataBinder.Eval(Container.DataItem, "Descrizione") %> </td> <td> <%# VisualizzaStato(DataBinder.Eval(Container.DataItem, "Stato").ToString()) %> </td> <td> <asp:DropDownList id="DropDownListStato" runat="server"> <asp:ListItem Value="" Selected="True"></asp:ListItem> <asp:ListItem Value="A">Apri</asp:ListItem> <asp:ListItem Value="C">Chiudi</asp:ListItem> <asp:ListItem Value="E">Elimina</asp:ListItem> </asp:DropDownList> </td> <td width="0"> <asp:TextBox ID="IDTextBox" Visible="false" Text='<%#DataBinder.Eval(Container.DataItem,"ID").ToString() %>' Runat="server"> </asp:TextBox> </td> </tr> </ItemTemplate> </asp:repeater>
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5