diff --git a/WebSCR.v11.suo b/WebSCR.v11.suo index 7272ee1..aa0779e 100644 Binary files a/WebSCR.v11.suo and b/WebSCR.v11.suo differ diff --git a/WebSCR/Upload/Client.aspx.cs b/WebSCR/Upload/Client.aspx.cs index 8c8e59b..e380d36 100644 --- a/WebSCR/Upload/Client.aspx.cs +++ b/WebSCR/Upload/Client.aspx.cs @@ -67,7 +67,7 @@ namespace WebSCR.Upload { try { - // ora processo e salvo il valore del microstato... + // ora processo UPSERT... DtProxy.man.taAC.upsert(CodCliente, RagSoc, CodFis, Tel, Cell, EnableSMS, Email, Indir, Cap, Localita, Prov, Note); answ = "OK"; // registro in risposta che è andato tutto bene... } diff --git a/WebSCR/Upload/Document.aspx.cs b/WebSCR/Upload/Document.aspx.cs index d889e45..1c78de6 100644 --- a/WebSCR/Upload/Document.aspx.cs +++ b/WebSCR/Upload/Document.aspx.cs @@ -81,7 +81,7 @@ namespace WebSCR.Upload { try { - // ora processo e salvo il valore del microstato... + // ora processo UPSERT... DtProxy.man.taDocs.upsert(TIPOPROTOC, NUMERO, ESERPROTOC, NUMEPROTOC, DATAPROTOC, ESERRIFERI, NUMERIFERI, TIPORIFERI, DATARIFERI, NUMEDOCRIF, DATADOCRIF, ESERCOLLEG, CLI_FOR, DESTINATAR, RGSOC_DEST, INDIR_DEST, LOCAL_DEST, CAP_DEST, ULT_AGG); answ = "OK"; // registro in risposta che è andato tutto bene... } diff --git a/WebSCR/WebUserControls/mod_Interventi.ascx b/WebSCR/WebUserControls/mod_Interventi.ascx index 5fa3de4..c1a7d67 100644 --- a/WebSCR/WebUserControls/mod_Interventi.ascx +++ b/WebSCR/WebUserControls/mod_Interventi.ascx @@ -8,7 +8,7 @@ - + diff --git a/WebSCR/WebUserControls/mod_dettInt.ascx b/WebSCR/WebUserControls/mod_dettInt.ascx index 6672605..af6e791 100644 --- a/WebSCR/WebUserControls/mod_dettInt.ascx +++ b/WebSCR/WebUserControls/mod_dettInt.ascx @@ -1,8 +1,8 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_dettInt.ascx.cs" Inherits="WebSCR.WebUserControls.mod_dettInt" %>
- +
diff --git a/WebSCR/WebUserControls/mod_dettInt.ascx.designer.cs b/WebSCR/WebUserControls/mod_dettInt.ascx.designer.cs index 2a3fcfa..eda9110 100644 --- a/WebSCR/WebUserControls/mod_dettInt.ascx.designer.cs +++ b/WebSCR/WebUserControls/mod_dettInt.ascx.designer.cs @@ -12,15 +12,6 @@ namespace WebSCR.WebUserControls { public partial class mod_dettInt { - /// - /// lbAdd control. - /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// - protected global::System.Web.UI.WebControls.LinkButton lbAdd; - /// /// ddlTipoCons control. /// @@ -30,6 +21,15 @@ namespace WebSCR.WebUserControls { /// protected global::System.Web.UI.WebControls.DropDownList ddlTipoCons; + /// + /// lbAdd control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.LinkButton lbAdd; + /// /// odsTipoCons control. /// diff --git a/WebSCR/WebUserControls/mod_elencoClienti.ascx b/WebSCR/WebUserControls/mod_elencoClienti.ascx index 9abedaa..f48b3ee 100644 --- a/WebSCR/WebUserControls/mod_elencoClienti.ascx +++ b/WebSCR/WebUserControls/mod_elencoClienti.ascx @@ -2,7 +2,7 @@
- + @@ -20,13 +20,13 @@ - + - + @@ -42,7 +42,7 @@ - + diff --git a/WebSCR/bin/WebSCR.dll b/WebSCR/bin/WebSCR.dll index 95a6a7a..2843c73 100644 Binary files a/WebSCR/bin/WebSCR.dll and b/WebSCR/bin/WebSCR.dll differ