2 Commits

Author SHA1 Message Date
Samuele Locatelli 9686698235 Refresh pagina progetti post ricalcolo 2021-11-15 18:14:39 +01:00
Samuele Locatelli 61993bfd9e Merge tag 'AddProjCommRefresh' into develop
Fix refresh proj / commesse
2021-11-15 17:53:56 +01:00
7 changed files with 21 additions and 19 deletions
@@ -155,7 +155,7 @@
</site> </site>
<site name="PROJ-ETS" id="2"> <site name="PROJ-ETS" id="2">
<application path="/" applicationPool="Clr4IntegratedAppPool"> <application path="/" applicationPool="Clr4IntegratedAppPool">
<virtualDirectory path="/" physicalPath="C:\Users\samuele.steamw\source\ETS\PROJ-ETS\PROJ-ETS" /> <virtualDirectory path="/" physicalPath="C:\Users\samuele\source\repos\ETS\PROJ-ETS\PROJ-ETS" />
</application> </application>
<bindings> <bindings>
<binding protocol="http" bindingInformation="*:51251:localhost" /> <binding protocol="http" bindingInformation="*:51251:localhost" />
+14 -14
View File
@@ -6,36 +6,36 @@
throwExceptions="false" throwExceptions="false"
internalLogLevel="Off" internalLogFile="c:\temp\nlog-internal.log"> internalLogLevel="Off" internalLogFile="c:\temp\nlog-internal.log">
<!-- optional, add some variables <!-- optional, add some variables
https://github.com/nlog/NLog/wiki/Configuration-file#variables https://github.com/nlog/NLog/wiki/Configuration-file#variables
--> -->
<variable name="myvar" value="myvalue"/> <variable name="myvar" value="myvalue"/>
<!-- <!--
See https://github.com/nlog/nlog/wiki/Configuration-file See https://github.com/nlog/nlog/wiki/Configuration-file
for information on customizing logging rules and outputs. for information on customizing logging rules and outputs.
--> -->
<targets> <targets>
<!-- <!--
add your targets here add your targets here
See https://github.com/nlog/NLog/wiki/Targets for possible targets. See https://github.com/nlog/NLog/wiki/Targets for possible targets.
See https://github.com/nlog/NLog/wiki/Layout-Renderers for the possible layout renderers. See https://github.com/nlog/NLog/wiki/Layout-Renderers for the possible layout renderers.
--> -->
<!-- <!--
Write events to a file with the date in the filename. Write events to a file with the date in the filename.
<target xsi:type="File" name="f" fileName="${basedir}/logs/${shortdate}.log"
layout="${longdate} ${uppercase:${level}} ${message}" />
--> -->
<target xsi:type="File" name="f" fileName="${basedir}/logs/${shortdate}.log" </targets>
layout="${longdate} ${uppercase:${level}} ${message}" />
</targets>
<rules> <rules>
<!-- add your logging rules here --> <!-- add your logging rules here -->
<!-- <!--
Write all events with minimal level of Debug (So Debug, Info, Warn, Error and Fatal, but not Trace) to "f" Write all events with minimal level of Debug (So Debug, Info, Warn, Error and Fatal, but not Trace) to "f"
<logger name="*" minlevel="Debug" writeTo="f" />
--> -->
<logger name="*" minlevel="Debug" writeTo="f" /> </rules>
</rules>
</nlog> </nlog>
+2 -2
View File
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<NameOfLastUsedPublishProfile>C:\Users\samuele\source\repos\ETS\PROJ-ETS\PROJ-ETS\Properties\PublishProfiles\IIS01.pubxml</NameOfLastUsedPublishProfile> <NameOfLastUsedPublishProfile>C:\Users\samuele\source\repos\ETS\PROJ-ETS\PROJ-ETS\Properties\PublishProfiles\IIS02.pubxml</NameOfLastUsedPublishProfile>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig> <LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<UseIISExpress>true</UseIISExpress> <UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress /> <Use64BitIISExpress />
<IISExpressSSLPort /> <IISExpressSSLPort />
@@ -7,6 +7,6 @@ by editing this MSBuild file. In order to learn more about this please visit htt
<PropertyGroup> <PropertyGroup>
<TimeStampOfAssociatedLegacyPublishXmlFile /> <TimeStampOfAssociatedLegacyPublishXmlFile />
<EncryptedPassword>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAk75miMJLMkCTEelQutKpbwAAAAACAAAAAAADZgAAwAAAABAAAADvY+SBAoczt/EOIxwsD5TBAAAAAASAAACgAAAAEAAAAJXKKLDlbgkK4ahZt7BRG6UYAAAArcTCIN1myVeAqBrKaeEZ4Uw+mwhY24K5FAAAAMnqiYk6Os0t6BvJZLecNF+xetF9</EncryptedPassword> <EncryptedPassword>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAk75miMJLMkCTEelQutKpbwAAAAACAAAAAAADZgAAwAAAABAAAADvY+SBAoczt/EOIxwsD5TBAAAAAASAAACgAAAAEAAAAJXKKLDlbgkK4ahZt7BRG6UYAAAArcTCIN1myVeAqBrKaeEZ4Uw+mwhY24K5FAAAAMnqiYk6Os0t6BvJZLecNF+xetF9</EncryptedPassword>
<History>True|2021-11-15T16:51:24.3411167Z;True|2021-11-02T09:51:00.4642226+01:00;False|2021-11-02T09:30:34.2647128+01:00;False|2021-11-02T09:30:15.6823409+01:00;False|2021-11-02T09:30:08.6274700+01:00;True|2021-11-02T09:11:27.2427159+01:00;True|2021-11-02T09:08:32.0829283+01:00;True|2021-10-29T09:47:58.4947571+02:00;True|2021-10-29T09:47:35.2090702+02:00;</History> <History>True|2021-11-15T17:14:07.3712282Z;True|2021-11-15T18:13:55.1409296+01:00;True|2021-11-15T17:51:24.3411167+01:00;True|2021-11-02T09:51:00.4642226+01:00;False|2021-11-02T09:30:34.2647128+01:00;False|2021-11-02T09:30:15.6823409+01:00;False|2021-11-02T09:30:08.6274700+01:00;True|2021-11-02T09:11:27.2427159+01:00;True|2021-11-02T09:08:32.0829283+01:00;True|2021-10-29T09:47:58.4947571+02:00;True|2021-10-29T09:47:35.2090702+02:00;</History>
</PropertyGroup> </PropertyGroup>
</Project> </Project>
@@ -7,6 +7,6 @@ by editing this MSBuild file. In order to learn more about this please visit htt
<PropertyGroup> <PropertyGroup>
<TimeStampOfAssociatedLegacyPublishXmlFile /> <TimeStampOfAssociatedLegacyPublishXmlFile />
<EncryptedPassword>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAk75miMJLMkCTEelQutKpbwAAAAACAAAAAAADZgAAwAAAABAAAAAQGKxIvo9e5xIoY96u0MYEAAAAAASAAACgAAAAEAAAAKcbG9Xy8xtD1l+v+f9iGJYYAAAAV/6sMDj2hNAlIN8n+VF79+xkZt/vF8UEFAAAAKO/L8K7JrtrVGk0TOncwW9w3HDN</EncryptedPassword> <EncryptedPassword>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAk75miMJLMkCTEelQutKpbwAAAAACAAAAAAADZgAAwAAAABAAAAAQGKxIvo9e5xIoY96u0MYEAAAAAASAAACgAAAAEAAAAKcbG9Xy8xtD1l+v+f9iGJYYAAAAV/6sMDj2hNAlIN8n+VF79+xkZt/vF8UEFAAAAKO/L8K7JrtrVGk0TOncwW9w3HDN</EncryptedPassword>
<History>True|2021-11-02T08:07:58.4478887Z;True|2021-11-02T09:07:47.1903390+01:00;False|2021-11-02T08:59:57.2914306+01:00;False|2021-11-02T08:59:42.7893456+01:00;True|2021-10-29T09:48:42.3105805+02:00;True|2021-10-29T09:48:30.0225194+02:00;</History> <History>True|2021-11-15T17:14:37.9115599Z;True|2021-11-15T18:14:24.3115514+01:00;True|2021-11-02T09:07:58.4478887+01:00;True|2021-11-02T09:07:47.1903390+01:00;False|2021-11-02T08:59:57.2914306+01:00;False|2021-11-02T08:59:42.7893456+01:00;True|2021-10-29T09:48:42.3105805+02:00;True|2021-10-29T09:48:30.0225194+02:00;</History>
</PropertyGroup> </PropertyGroup>
</Project> </Project>
@@ -366,6 +366,8 @@ namespace PROJ_ETS.WebUserControls
{ {
// forza refresh progetti // forza refresh progetti
DataProxy_ProjEts.DP.taAP.forceSummary_Update(0, "", 0, true); DataProxy_ProjEts.DP.taAP.forceSummary_Update(0, "", 0, true);
// forzo refresh
grView.DataBind();
} }
/// <summary> /// <summary>