From 007e2c67cbc51967f99a2b35a004dc9c664eb871 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Sat, 15 Feb 2020 18:09:36 +0100 Subject: [PATCH] Update x refresh condizionale corretto --- NKC_WF/WebUserControls/cmp_MU_svgViewer.ascx.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NKC_WF/WebUserControls/cmp_MU_svgViewer.ascx.cs b/NKC_WF/WebUserControls/cmp_MU_svgViewer.ascx.cs index 2dc0dc1..0a80eba 100644 --- a/NKC_WF/WebUserControls/cmp_MU_svgViewer.ascx.cs +++ b/NKC_WF/WebUserControls/cmp_MU_svgViewer.ascx.cs @@ -94,6 +94,11 @@ namespace NKC_WF.WebUserControls } protected void Page_Load(object sender, EventArgs e) { + if(!Page.IsPostBack) + { + // scrivo valore revisione batch! + hfCurrBunkRev.Value = ComLib.getSheetRevByBunk(BatchId).ToString(); + } } } } \ No newline at end of file