UPDATE GESTIONE IN EDIT PARZIALE DEL SELETTORE MACHCINE ED IMPIANTI (LIBERE LE MACCHINE)

git-svn-id: https://keyhammer.ath.cx/svn/WebGIM/trunk@133 3e04ef4b-3b25-4b6c-be27-bb5389ca777b
This commit is contained in:
samuele
2009-03-11 17:04:34 +00:00
parent 230a670eef
commit 448f4547d5
4 changed files with 10 additions and 7 deletions
Binary file not shown.
+5 -5
View File
@@ -351,14 +351,14 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:WebGIM"
"ProductCode" = "8:{F3596F40-0CEA-40C0-B111-3DD40F6E57CA}"
"PackageCode" = "8:{D1CF0B02-820B-45CA-8C88-75651D667C4F}"
"ProductCode" = "8:{E90E321E-488B-45CE-BB6C-BC1B8B326142}"
"PackageCode" = "8:{1835FD32-24ED-499B-B0E7-BC203A9DA41E}"
"UpgradeCode" = "8:{7739196B-46A3-4BC7-AC29-DB8493976F04}"
"RestartWWWService" = "11:TRUE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.0.127"
"ProductVersion" = "8:1.0.128"
"Manufacturer" = "8:SteamWare s.r.l."
"ARPHELPTELEPHONE" = "8:035-460560"
"ARPHELPLINK" = "8:http://www.steamware.net"
@@ -803,7 +803,7 @@
{
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_002A939468284078BADBED4D96FCE1A3"
{
"SourcePath" = "8:..\\..\\IISCustomActionVB\\IISConsoleVB\\obj\\Debug\\IISConsoleVB.exe"
"SourcePath" = "8:..\\..\\IISCustomActionVB\\IISConsoleVB\\obj\\Release\\IISConsoleVB.exe"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_2D9D820F878A4DBCBFF52E477385858A"
@@ -831,7 +831,7 @@
}
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_5174F05C45D646ECB2CD7C2EE9460661"
{
"SourcePath" = "8:..\\..\\SetDirectoryPermission\\obj\\Debug\\SetDirectoryPermission.exe"
"SourcePath" = "8:..\\..\\SetDirectoryPermission\\obj\\Release\\SetDirectoryPermission.exe"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_2D9D820F878A4DBCBFF52E477385858A"
+4 -1
View File
@@ -334,12 +334,15 @@
DataValueField="value" Width="400px" BackColor="#deeff7" Font-Size="8pt" SelectedValue='<%# Eval("idxMacchina") %>'
Enabled="false">
</asp:DropDownList>
<asp:ObjectDataSource ID="odsMacchine" runat="server" OldValuesParameterFormatString="Original_{0}"
<%--<asp:ObjectDataSource ID="odsMacchine" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="getByConditio" TypeName="DS_utilityTableAdapters.v_selMacchineTableAdapter">
<SelectParameters>
<asp:ControlParameter ControlID="listImpianti" DefaultValue="0" Name="conditio" PropertyName="SelectedValue"
Type="Int32" />
</SelectParameters>
</asp:ObjectDataSource>--%>
<asp:ObjectDataSource ID="odsMacchine" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="getData" TypeName="DS_utilityTableAdapters.v_selMacchineTableAdapter">
</asp:ObjectDataSource>
</td>
</tr>
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="mod_menuBottom.ascx.cs"
Inherits="mod_menuBottom" %>
<asp:Label runat="server" ID="lblApp" Text="."></asp:Label><asp:Label ID="lblrev" runat="server">127 - </asp:Label>
<asp:Label runat="server" ID="lblApp" Text="."></asp:Label><asp:Label ID="lblrev" runat="server">128 - </asp:Label>
<asp:Label runat="server" ID="lblCopyRight" Text="..."></asp:Label>