-
-
-
-
-
<%# traduci("PleaseSelectReportType") %>
+
+
+
+
+
+
+
+
+
+
+
+
+
<%# traduci("PleaseSelectReportType") %>
+
+
+
+
+
+
+
-
-
-
-
-
+
+
diff --git a/NKC_WF/site/PlannerReports.aspx.cs b/NKC_WF/site/PlannerReports.aspx.cs
index 9d8ff88..2baa2a7 100644
--- a/NKC_WF/site/PlannerReports.aspx.cs
+++ b/NKC_WF/site/PlannerReports.aspx.cs
@@ -75,7 +75,7 @@ namespace NKC_WF.site
private void TryUpdateModel()
{
- Thread.Sleep(10);
+ Thread.Sleep(50);
DateTime oggi = DateTime.Today;
// verifica se ci sia VETO x update da redis
string rawVal = memLayer.ML.getRSV(ComLib.redVetoDayStats);
diff --git a/NKC_WF/site/PlannerReports.aspx.designer.cs b/NKC_WF/site/PlannerReports.aspx.designer.cs
index 58148b8..637eaca 100644
--- a/NKC_WF/site/PlannerReports.aspx.designer.cs
+++ b/NKC_WF/site/PlannerReports.aspx.designer.cs
@@ -14,6 +14,15 @@ namespace NKC_WF.site
public partial class PlannerReports
{
+ ///
+ /// uplBody control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.UpdatePanel uplBody;
+
///
/// cmp_reportSelector control.
///
@@ -23,6 +32,15 @@ namespace NKC_WF.site
///
protected global::NKC_WF.WebUserControls.cmp_reportSelector cmp_reportSelector;
+ ///
+ /// UpdateProgressDisplay control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.UpdateProgress UpdateProgressDisplay;
+
///
/// lbtRefreshData control.
///