refresh: label non editabile (ma forse meglio checkbox?!?)

This commit is contained in:
Samuele E. Locatelli
2016-11-17 18:33:06 +01:00
parent 7299031a88
commit 00962fabdb
2 changed files with 1 additions and 1 deletions
Binary file not shown.
@@ -66,7 +66,7 @@
<asp:Label runat="server" ID="txtFlagIsNew" Text='<%# Eval("FlagIsNew") %>' />
</ItemTemplate>
<EditItemTemplate>
<asp:TextBox runat="server" ID="txtFlagIsNew" Text='<%# Bind("FlagIsNew") %>' />
<asp:Label runat="server" ID="txtFlagIsNew" Text='<%# Eval("FlagIsNew") %>' />
</EditItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="DescArticolo" SortExpression="DescArticolo">