From d22436affad7cc45c14e65cdbae410293eb34f44 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 19 Mar 2021 11:45:14 +0100 Subject: [PATCH] ancora test x commesse --- GPW_Commesse/test01.aspx | 16 ++++++++++++++-- GPW_Commesse/test01.aspx.cs | 2 ++ GPW_Commesse/test01.aspx.designer.cs | 18 ++++++++++++++++++ 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/GPW_Commesse/test01.aspx b/GPW_Commesse/test01.aspx index af3c43b..954a46d 100644 --- a/GPW_Commesse/test01.aspx +++ b/GPW_Commesse/test01.aspx @@ -7,7 +7,19 @@ <%-- --%> + +
temp - <%----%>
Data - <%----%>
diff --git a/GPW_Commesse/test01.aspx.cs b/GPW_Commesse/test01.aspx.cs index d05f2b4..2d39785 100644 --- a/GPW_Commesse/test01.aspx.cs +++ b/GPW_Commesse/test01.aspx.cs @@ -14,6 +14,8 @@ namespace GPW_Commesse protected void Page_Load(object sender, EventArgs e) { cmp_chart.dtRif = DateTime.Today; + hfShow01.Value = "false"; + hfShow02.Value = "true"; } #endregion Protected Methods diff --git a/GPW_Commesse/test01.aspx.designer.cs b/GPW_Commesse/test01.aspx.designer.cs index 9ffc279..1f619c7 100644 --- a/GPW_Commesse/test01.aspx.designer.cs +++ b/GPW_Commesse/test01.aspx.designer.cs @@ -14,6 +14,24 @@ namespace GPW_Commesse public partial class test01 { + /// + /// hfShow01 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.HiddenField hfShow01; + + /// + /// hfShow02 control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.HiddenField hfShow02; + /// /// upChart control. ///