modifiche su label non inserite
git-svn-id: https://keyhammer.ath.cx/svn/GMW/trunk@224 365432ac-a1b5-4ffd-bb28-6d3099d32164
This commit is contained in:
@@ -278,7 +278,7 @@
|
||||
<WebProjectProperties>
|
||||
<UseIIS>False</UseIIS>
|
||||
<AutoAssignPort>True</AutoAssignPort>
|
||||
<DevelopmentServerPort>50077</DevelopmentServerPort>
|
||||
<DevelopmentServerPort>50888</DevelopmentServerPort>
|
||||
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
||||
<IISUrl>
|
||||
</IISUrl>
|
||||
|
||||
@@ -5,35 +5,35 @@
|
||||
OnModeChanged="frmView_ModeChanged">
|
||||
<EditItemTemplate>
|
||||
<div>
|
||||
UDC:
|
||||
<asp:Label ID="UDCTitle" runat="server" Text="Label">UDC:</asp:Label>
|
||||
<asp:Label ID="UDCLabel" runat="server" Text='<%# Eval("UDC") %>' />
|
||||
<br />
|
||||
Particolare:
|
||||
<asp:Label ID="PartTitle" runat="server" Text="Label">Particolare:</asp:Label>
|
||||
<asp:Label ID="ParticolareLabel" runat="server" Text='<%# Bind("Particolare") %>' />
|
||||
<br />
|
||||
<asp:Label ID="DescParticolareLabel" runat="server" Text='<%# Bind("DescParticolare") %>' />
|
||||
DisegnoGrezzo:
|
||||
<asp:Label ID="DisTitle" runat="server" Text="Label">DisegnoGrezzo</asp:Label>
|
||||
<asp:Label ID="DisegnoGrezzoLabel" runat="server" Text='<%# Bind("DisegnoGrezzo") %>' />
|
||||
<br />
|
||||
Esponente:
|
||||
<asp:Label ID="EsponenteTitle" runat="server" Text="Label">Esponente:</asp:Label>
|
||||
<asp:Label ID="EsponenteLabel" runat="server" Text='<%# Bind("Esponente") %>' />
|
||||
<br />
|
||||
Qta:
|
||||
<asp:Label ID="QtaTitle" runat="server" Text="Label">Qta:</asp:Label>
|
||||
<asp:TextBox ID="txtQta" runat="server" Text='<%# Bind("Qta") %>' Width="4em" />
|
||||
<br />
|
||||
CodMag:
|
||||
<asp:Label ID="CodMagTitle" runat="server" Text="Label">CodMag:</asp:Label>
|
||||
<asp:Label ID="CodMagLabel" runat="server" Text='<%# Bind("CodMag") %>' />
|
||||
CodBlocco:
|
||||
<asp:Label ID="CodBloccoTitle" runat="server" Text="Label">CodBlocco:</asp:Label>
|
||||
<asp:Label ID="CodBloccoLabel" runat="server" Text='<%# Bind("CodBlocco") %>' />
|
||||
<br />
|
||||
CodCella:
|
||||
<asp:Label ID="CodCellaTitle" runat="server" Text="Label">CodCella:</asp:Label>
|
||||
<asp:Label ID="CodCellaLabel" runat="server" Text='<%# Bind("CodCella") %>' />
|
||||
<br />
|
||||
X:
|
||||
<asp:Label ID="XTitle" runat="server" Text="Label">X:</asp:Label>
|
||||
<asp:Label ID="XLabel" runat="server" Text='<%# Bind("X") %>' />
|
||||
Y:
|
||||
<asp:Label ID="YTitle" runat="server" Text="Label">Y:</asp:Label>
|
||||
<asp:Label ID="YLabel" runat="server" Text='<%# Bind("Y") %>' />
|
||||
Z:
|
||||
<asp:Label ID="ZTitle" runat="server" Text="Label">Z:</asp:Label>
|
||||
<asp:Label ID="ZLabel" runat="server" Text='<%# Bind("Z") %>' />
|
||||
</div>
|
||||
<br />
|
||||
@@ -45,34 +45,34 @@
|
||||
</EditItemTemplate>
|
||||
<ItemTemplate>
|
||||
<div>
|
||||
UDC:
|
||||
<asp:Label ID="UDCTitle2" runat="server" Text="Label">UDC:</asp:Label>
|
||||
<asp:Label ID="UDCLabel" runat="server" Text='<%# Eval("UDC") %>' />
|
||||
<br />
|
||||
Particolare:
|
||||
<asp:Label ID="PartTitle2" runat="server" Text="Label">Particolare:</asp:Label>
|
||||
<asp:Label ID="ParticolareLabel" runat="server" Text='<%# Bind("Particolare") %>' />
|
||||
<br />
|
||||
<asp:Label ID="DescParticolareLabel" runat="server" Text='<%# Bind("DescParticolare") %>' />
|
||||
DisegnoGrezzo:
|
||||
<asp:Label ID="DisegnoTitle2" runat="server" Text="Label"> DisegnoGrezzo:</asp:Label>
|
||||
<asp:Label ID="DisegnoGrezzoLabel" runat="server" Text='<%# Bind("DisegnoGrezzo") %>' />
|
||||
<br />
|
||||
Esponente:
|
||||
<asp:Label ID="EsponenteTitle2" runat="server" Text="Label">Esponente:</asp:Label>
|
||||
<asp:Label ID="EsponenteLabel" runat="server" Text='<%# Bind("Esponente") %>' />
|
||||
<br />
|
||||
Qta:
|
||||
<asp:Label ID="QtaTitle2" runat="server" Text="Label">Qta:</asp:Label>
|
||||
<asp:Label ID="QtaLabel" runat="server" Text='<%# Bind("Qta") %>' />
|
||||
<br />
|
||||
CodMag:
|
||||
<asp:Label ID="CodMagTitle2" runat="server" Text="Label">CodMag:</asp:Label>
|
||||
<asp:Label ID="CodMagLabel" runat="server" Text='<%# Bind("CodMag") %>' />
|
||||
CodBlocco:
|
||||
<asp:Label ID="CodBloccoTitle2" runat="server" Text="Label">CodBlocco:</asp:Label>
|
||||
<asp:Label ID="CodBloccoLabel" runat="server" Text='<%# Bind("CodBlocco") %>' /><br />
|
||||
CodCella:
|
||||
<asp:Label ID="CodCellaTitle2" runat="server" Text="Label">CodCella:</asp:Label>
|
||||
<asp:Label ID="CodCellaLabel" runat="server" Text='<%# Bind("CodCella") %>' />
|
||||
<br />
|
||||
X:
|
||||
<asp:Label ID="XTitle2" runat="server" Text="Label">X:</asp:Label>
|
||||
<asp:Label ID="XLabel" runat="server" Text='<%# Bind("X") %>' />
|
||||
Y:
|
||||
<asp:Label ID="YTitle2" runat="server" Text="Label">Y:</asp:Label>
|
||||
<asp:Label ID="YLabel" runat="server" Text='<%# Bind("Y") %>' />
|
||||
Z:
|
||||
<asp:Label ID="ZTitle2" runat="server" Text="Label">Z:</asp:Label>
|
||||
<asp:Label ID="ZLabel" runat="server" Text='<%# Bind("Z") %>' />
|
||||
</div>
|
||||
</ItemTemplate>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Reference in New Issue
Block a user