diff --git a/.vs/GMW.sqlite b/.vs/GMW.sqlite new file mode 100644 index 00000000..eef9669d Binary files /dev/null and b/.vs/GMW.sqlite differ diff --git a/GMW/WebUserControls/mod_selPeriodo.ascx.cs b/GMW/WebUserControls/mod_selPeriodo.ascx.cs index 31de774a..5dcaaa6b 100644 --- a/GMW/WebUserControls/mod_selPeriodo.ascx.cs +++ b/GMW/WebUserControls/mod_selPeriodo.ascx.cs @@ -1,10 +1,5 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; -using System.Web.UI; -using System.Web.UI.WebControls; -using SteamWare; +using SteamWare; +using System; namespace GMW.WebUserControls @@ -145,6 +140,8 @@ namespace GMW.WebUserControls try { _intervallo = (intervalloDate)Session["_intervallo"]; + Session["_inizio"] = _intervallo.inizio; + Session["_fine"] = _intervallo.fine; } catch { diff --git a/GMW/bin/ADODB.dll b/GMW/bin/ADODB.dll index b8896ba1..95d2688c 100644 Binary files a/GMW/bin/ADODB.dll and b/GMW/bin/ADODB.dll differ diff --git a/GMW/bin/Flesk.ViewState.dll b/GMW/bin/Flesk.ViewState.dll deleted file mode 100644 index 862a6ac5..00000000 Binary files a/GMW/bin/Flesk.ViewState.dll and /dev/null differ diff --git a/GMW/bin/ICSharpCode.SharpZipLib.dll b/GMW/bin/ICSharpCode.SharpZipLib.dll index a2a6f25c..fe643ebc 100644 Binary files a/GMW/bin/ICSharpCode.SharpZipLib.dll and b/GMW/bin/ICSharpCode.SharpZipLib.dll differ diff --git a/GMW_data/bin/Debug/SteamWare.xml b/GMW_data/bin/Debug/SteamWare.xml index f7c9d72f..75924201 100644 --- a/GMW_data/bin/Debug/SteamWare.xml +++ b/GMW_data/bin/Debug/SteamWare.xml @@ -4608,7 +4608,7 @@ - restituisce true se utente forzato da forceUser.aspx + restituisce true se utente forzato da forceUser @@ -5078,7 +5078,14 @@ - restituisce l'intervallo del mese corrente per la data indicata (dal giorno 1 all'indomani delal data indicata) + restituisce l'intervallo del mese corrente per la data indicata (dal giorno 1 all'indomani della data indicata) + + + + + + + restituisce l'intervallo dell'anno corrente per la data indicata (dal giorno 1 all'indomani della data indicata) diff --git a/packages/AjaxControlToolkit.17.1.0.0/AjaxControlToolkit.17.1.0.0.nupkg b/packages/AjaxControlToolkit.17.1.0.0/AjaxControlToolkit.17.1.0.0.nupkg new file mode 100644 index 00000000..0d3f2bc0 Binary files /dev/null and b/packages/AjaxControlToolkit.17.1.0.0/AjaxControlToolkit.17.1.0.0.nupkg differ diff --git a/packages/AjaxControlToolkit.17.1.0.0/Content/Web.config.transform b/packages/AjaxControlToolkit.17.1.0.0/Content/Web.config.transform new file mode 100644 index 00000000..5b1b95d9 --- /dev/null +++ b/packages/AjaxControlToolkit.17.1.0.0/Content/Web.config.transform @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/packages/AjaxControlToolkit.17.1.0.0/lib/net40/AjaxControlToolkit.dll b/packages/AjaxControlToolkit.17.1.0.0/lib/net40/AjaxControlToolkit.dll new file mode 100644 index 00000000..699c5051 Binary files /dev/null and b/packages/AjaxControlToolkit.17.1.0.0/lib/net40/AjaxControlToolkit.dll differ diff --git a/packages/AjaxControlToolkit.17.1.0.0/readme.txt b/packages/AjaxControlToolkit.17.1.0.0/readme.txt new file mode 100644 index 00000000..cd0ee0a2 Binary files /dev/null and b/packages/AjaxControlToolkit.17.1.0.0/readme.txt differ