Torna al Thread

<asp:TemplateField HeaderText="Notizia" SortExpression="notizia"> <EditItemTemplate> <asp:TextBox ID="TextBox1" runat="server" Text='<%# Bind("notizia") %>'></asp:TextBox> </EditItemTemplate> <ItemTemplate> <asp:Label ID="Label1" runat="server" Text='<%# Eval("notizia").substring(0,50) & "..." %>'></asp:Label> </ItemTemplate> <HeaderStyle HorizontalAlign="Left" /> <ItemStyle HorizontalAlign="Left" /> </asp:TemplateField>
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5