Torna al Thread

<asp:DataList ID="DataList2" runat="server" BackColor="LightGoldenrodYellow" BorderColor="Tan" BorderWidth="1px" CellPadding="2" DataSourceID="SqlDataSource1" Height="26px" style="font-family: Verdana; font-size: small; text-align: justify" Width="768px" ForeColor="Black"> <AlternatingItemStyle BackColor="PaleGoldenrod" /> <EditItemStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" HorizontalAlign="Right" /> <FooterStyle BackColor="Tan" /> <HeaderStyle BackColor="Tan" Font-Bold="True" /> <ItemTemplate> <asp:Label ID="IdLabel" runat="server" Text='<%# Eval("id") %>' visible="false" /> <asp:Image ID="Image3" runat="server" ImageAlign="Right" imageurl='<%# "~/image/reminders.png" %>' Width="24px" /> Docente: <asp:Label ID="docenteLabel" runat="server" Text='<%# Eval("docente") %>' /> <br /> Commento: <asp:Label ID="commentoLabel" runat="server" Text='<%# Eval("commento") %>' /> <br /> Data: <asp:Label ID="dataLabel" runat="server" Text='<%# Eval("data", "{0:d}") %>' /> <br /> <div style="text-align: right"> <asp:Button ID="Button3" runat="server" CommandArgument='<%# Eval("ID") %>' CommandName="Select" Text="Elimina" /> </div> </ItemTemplate> <SelectedItemStyle BackColor="DarkSlateBlue" ForeColor="GhostWhite" HorizontalAlign="Left" /> </asp:DataList>
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5