fix refresh KIT page problem
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
|
||||
<asp:Timer ID="timerKitting" runat="server" Interval="1000" OnTick="timerKitting_Tick"></asp:Timer>
|
||||
<asp:UpdatePanel runat="server" ID="UpdatePanel2" UpdateMode="Conditional">
|
||||
<ContentTemplate>
|
||||
<asp:Timer ID="timerKitting" runat="server" Interval="1000" OnTick="timerKitting_Tick"></asp:Timer>
|
||||
<div class="m-2">
|
||||
<uc1:cmp_kitRunning runat="server" ID="cmp_kitRunning" />
|
||||
<uc1:cmp_kitting runat="server" ID="cmp_kitting" />
|
||||
|
||||
Generated
+9
-9
@@ -14,15 +14,6 @@ namespace NKC_WF.site
|
||||
public partial class Kitting
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Controllo timerKitting.
|
||||
/// </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.Timer timerKitting;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo UpdatePanel2.
|
||||
/// </summary>
|
||||
@@ -32,6 +23,15 @@ namespace NKC_WF.site
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.UpdatePanel UpdatePanel2;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo timerKitting.
|
||||
/// </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.Timer timerKitting;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo cmp_kitRunning.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user