Fix refresh pagina unload + stato
This commit is contained in:
@@ -1,27 +1,25 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_MU_stats.ascx.cs" Inherits="NKC_WF.WebUserControls.cmp_MU_stats" %>
|
||||
<%@ Register Src="~/WebUserControls/cmp_MU_singleStat.ascx" TagPrefix="uc1" TagName="cmp_MU_singleStat" %>
|
||||
|
||||
|
||||
|
||||
<asp:HiddenField ID="hfBatchID" runat="server" />
|
||||
<div class="row mt-2">
|
||||
<div class="col-2 pr-0">
|
||||
<uc1:cmp_MU_singleStat runat="server" ID="cmp_MU_singleStatBin" />
|
||||
</div>
|
||||
<div class="col-1">
|
||||
</div>
|
||||
<div class="col-2 px-0">
|
||||
<uc1:cmp_MU_singleStat runat="server" ID="cmp_MU_singleStatBatch" />
|
||||
</div>
|
||||
<div class="col-2 px-0">
|
||||
<uc1:cmp_MU_singleStat runat="server" ID="cmp_MU_singleStatBunk" />
|
||||
</div>
|
||||
<div class="col-2 px-0">
|
||||
<uc1:cmp_MU_singleStat runat="server" ID="cmp_MU_singleStatSheet" />
|
||||
</div>
|
||||
<div class="col-1">
|
||||
</div>
|
||||
<div class="col-2 pl-0">
|
||||
<uc1:cmp_MU_singleStat runat="server" ID="cmp_MU_singleStatCart" />
|
||||
</div>
|
||||
<div class="col-2 pr-0">
|
||||
<uc1:cmp_MU_singleStat runat="server" ID="cmp_MU_singleStatBin" />
|
||||
</div>
|
||||
<div class="col-1">
|
||||
</div>
|
||||
<div class="col-2 px-0">
|
||||
<uc1:cmp_MU_singleStat runat="server" ID="cmp_MU_singleStatBatch" />
|
||||
</div>
|
||||
<div class="col-2 px-0">
|
||||
<uc1:cmp_MU_singleStat runat="server" ID="cmp_MU_singleStatBunk" />
|
||||
</div>
|
||||
<div class="col-2 px-0">
|
||||
<uc1:cmp_MU_singleStat runat="server" ID="cmp_MU_singleStatSheet" />
|
||||
</div>
|
||||
<div class="col-1">
|
||||
</div>
|
||||
<div class="col-2 pl-0">
|
||||
<uc1:cmp_MU_singleStat runat="server" ID="cmp_MU_singleStatCart" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+56
-56
@@ -1,71 +1,71 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <generato automaticamente>
|
||||
// Codice generato da uno strumento.
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </generato automaticamente>
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace NKC_WF.WebUserControls
|
||||
{
|
||||
|
||||
|
||||
public partial class cmp_MU_stats
|
||||
{
|
||||
public partial class cmp_MU_stats
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Controllo hfBatchID.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.HiddenField hfBatchID;
|
||||
/// <summary>
|
||||
/// hfBatchID control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.HiddenField hfBatchID;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo cmp_MU_singleStatBin.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::NKC_WF.WebUserControls.cmp_MU_singleStat cmp_MU_singleStatBin;
|
||||
/// <summary>
|
||||
/// cmp_MU_singleStatBin control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::NKC_WF.WebUserControls.cmp_MU_singleStat cmp_MU_singleStatBin;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo cmp_MU_singleStatBatch.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::NKC_WF.WebUserControls.cmp_MU_singleStat cmp_MU_singleStatBatch;
|
||||
/// <summary>
|
||||
/// cmp_MU_singleStatBatch control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::NKC_WF.WebUserControls.cmp_MU_singleStat cmp_MU_singleStatBatch;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo cmp_MU_singleStatBunk.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::NKC_WF.WebUserControls.cmp_MU_singleStat cmp_MU_singleStatBunk;
|
||||
/// <summary>
|
||||
/// cmp_MU_singleStatBunk control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::NKC_WF.WebUserControls.cmp_MU_singleStat cmp_MU_singleStatBunk;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo cmp_MU_singleStatSheet.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::NKC_WF.WebUserControls.cmp_MU_singleStat cmp_MU_singleStatSheet;
|
||||
/// <summary>
|
||||
/// cmp_MU_singleStatSheet control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::NKC_WF.WebUserControls.cmp_MU_singleStat cmp_MU_singleStatSheet;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo cmp_MU_singleStatCart.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::NKC_WF.WebUserControls.cmp_MU_singleStat cmp_MU_singleStatCart;
|
||||
}
|
||||
/// <summary>
|
||||
/// cmp_MU_singleStatCart control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::NKC_WF.WebUserControls.cmp_MU_singleStat cmp_MU_singleStatCart;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -128,6 +128,8 @@ namespace NKC_WF.WebUserControls
|
||||
lbtReset.DataBind();
|
||||
if (!Page.IsPostBack)
|
||||
{
|
||||
//// timer base x 1.5
|
||||
//timerLoad.Interval = memLayer.ML.confReadInt("intUpdatePagina_ms") * 15 / 10;
|
||||
doUpdate();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user