From 2152763cbbeec5cc04c6f74c9be9d9f5e4b8aa4d Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Fri, 8 Jun 2018 00:27:26 +0200 Subject: [PATCH] Ok trigger ricalcolo!!! --- MP-Site/MappaStatoSeq.aspx | 9 ++-- MP-Site/MappaStatoSeq.aspx.cs | 2 +- MP-Site/Web.config | 2 +- .../WebUserControls/mod_sequencerStatiJS.ascx | 25 ++++++++-- .../mod_sequencerStatiJS.ascx.cs | 48 +++++++++++++++++++ 5 files changed, 75 insertions(+), 11 deletions(-) diff --git a/MP-Site/MappaStatoSeq.aspx b/MP-Site/MappaStatoSeq.aspx index 69ee8c80..9c7f5e40 100644 --- a/MP-Site/MappaStatoSeq.aspx +++ b/MP-Site/MappaStatoSeq.aspx @@ -22,8 +22,9 @@ - - + + + <%----%> <%--
@@ -35,7 +36,7 @@ --%> -
+ <%--
-
+
--%> diff --git a/MP-Site/MappaStatoSeq.aspx.cs b/MP-Site/MappaStatoSeq.aspx.cs index e487c514..7cbee02e 100644 --- a/MP-Site/MappaStatoSeq.aspx.cs +++ b/MP-Site/MappaStatoSeq.aspx.cs @@ -85,7 +85,7 @@ namespace MoonPro protected void ddlNumgg_SelectedIndexChanged(object sender, EventArgs e) { - mod_sequencerStatiJS2.periodo = intervalloAnalisi; + mod_sequencerStatiJS2.numGG = Convert.ToInt32(ddlNumgg.SelectedValue); #if false repSeq.DataBind(); #endif diff --git a/MP-Site/Web.config b/MP-Site/Web.config index fd172c16..0bb2eb88 100644 --- a/MP-Site/Web.config +++ b/MP-Site/Web.config @@ -15,7 +15,7 @@ - + diff --git a/MP-Site/WebUserControls/mod_sequencerStatiJS.ascx b/MP-Site/WebUserControls/mod_sequencerStatiJS.ascx index 6fe390c9..bce21f2e 100644 --- a/MP-Site/WebUserControls/mod_sequencerStatiJS.ascx +++ b/MP-Site/WebUserControls/mod_sequencerStatiJS.ascx @@ -9,11 +9,26 @@