fix display errore SOLO in caso di lock

This commit is contained in:
Samuele Locatelli
2023-12-19 11:00:01 +01:00
parent 5840e770f8
commit ff73f8d804
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -20,8 +20,8 @@
<asp:HiddenField runat="server" ID="hfShowSecOp" />
</div>
<div class="col-12 my-0">
<%--<asp:UpdateProgress ID="updProgSmartUnload" runat="server" DisplayAfter="100" DynamicLayout="true">
<ProgressTemplate>--%>
<asp:UpdateProgress ID="updProgSmartUnload" runat="server" DisplayAfter="100" DynamicLayout="true">
<ProgressTemplate>
<div class="alert alert-info">
<h1>Processing...</h1>
<div class="d-flex">
@@ -31,8 +31,8 @@
</div>
<asp:LinkButton runat="server" ID="lbtForceReload" CssClass="btn btn-success btn-lg w-100" OnClick="lbtForceReload_Click"><i class="fa fa-refresh" aria-hidden="true"></i> Force Reload <i class="fa fa-refresh" aria-hidden="true"></i></asp:LinkButton>
</div>
<%--</ProgressTemplate>
</asp:UpdateProgress>--%>
</ProgressTemplate>
</asp:UpdateProgress>
</div>
<div class="col-12 px-0 my-0">
<div runat="server" id="divItemDet" class="bg-success text-warning small" visible="false">
+2 -2
View File
@@ -105,13 +105,13 @@ namespace NKC_WF.WebUserControls
protected global::System.Web.UI.WebControls.HiddenField hfShowSecOp;
/// <summary>
/// lbtForceReload control.
/// updProgSmartUnload 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.LinkButton lbtForceReload;
protected global::System.Web.UI.UpdateProgress updProgSmartUnload;
/// <summary>
/// divItemDet control.