From 4e3b07e13d951d89a03f5c10e0cf1487e8b2dd72 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Tue, 22 May 2018 18:07:31 +0200 Subject: [PATCH] fix updatepanels --- PUB/Site.Master | 33 +++++++++++-------- PUB/Site.Master.designer.cs | 18 ++++++++++ PUB/WebUserContols/tpl_footer.ascx | 9 ++++- .../tpl_footer.ascx.designer.cs | 9 +++++ 4 files changed, 55 insertions(+), 14 deletions(-) diff --git a/PUB/Site.Master b/PUB/Site.Master index 3262994..79fb108 100644 --- a/PUB/Site.Master +++ b/PUB/Site.Master @@ -44,20 +44,27 @@ - -
-
- - -
-
- - -
-
-
- + + +
+
+ + +
+
+ + +
+
+
+
+
+ + + + + diff --git a/PUB/Site.Master.designer.cs b/PUB/Site.Master.designer.cs index 665817b..e68e96f 100644 --- a/PUB/Site.Master.designer.cs +++ b/PUB/Site.Master.designer.cs @@ -21,6 +21,15 @@ namespace PUB { /// protected global::PUB.WebUserContols.tpl_header tpl_header; + /// + /// Controllo updMain. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.UpdatePanel updMain; + /// /// Controllo JumboTronContent. /// @@ -39,6 +48,15 @@ namespace PUB { /// protected global::System.Web.UI.WebControls.ContentPlaceHolder MainContent; + /// + /// Controllo updFooter. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.UpdatePanel updFooter; + /// /// Controllo tpl_footer. /// diff --git a/PUB/WebUserContols/tpl_footer.ascx b/PUB/WebUserContols/tpl_footer.ascx index f8ebc24..fcb6ae8 100644 --- a/PUB/WebUserContols/tpl_footer.ascx +++ b/PUB/WebUserContols/tpl_footer.ascx @@ -3,6 +3,13 @@
<%: DateTime.Now.ToString("yyyy.MM.dd HH:mm") %> | <%: fullVers %>
DEV
-
© <%: DateTime.Now.Year %> - powered by Steamware.net
+
+ + +     + + + © 2017-<%: DateTime.Now.Year %> | powered by Steamware.net +
diff --git a/PUB/WebUserContols/tpl_footer.ascx.designer.cs b/PUB/WebUserContols/tpl_footer.ascx.designer.cs index dfdeea2..4bb51f4 100644 --- a/PUB/WebUserContols/tpl_footer.ascx.designer.cs +++ b/PUB/WebUserContols/tpl_footer.ascx.designer.cs @@ -11,5 +11,14 @@ namespace PUB.WebUserContols { public partial class tpl_footer { + + /// + /// Controllo updPnl. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.UpdateProgress updPnl; } }