From 55f4d8ba79e04314d44260efc8041826d0bbb90e Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Fri, 10 Jul 2020 08:07:55 +0200 Subject: [PATCH] Fix update control --- MP-TAB/WebUserControls/cmp_ST_detail.ascx | 3 +-- MP-TAB/WebUserControls/cmp_ST_objView.ascx.cs | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/MP-TAB/WebUserControls/cmp_ST_detail.ascx b/MP-TAB/WebUserControls/cmp_ST_detail.ascx index 3dda2cd5..75b144e2 100644 --- a/MP-TAB/WebUserControls/cmp_ST_detail.ascx +++ b/MP-TAB/WebUserControls/cmp_ST_detail.ascx @@ -18,8 +18,7 @@
- completare con interazione campi richiesti!!!
- NB: campi richiesti devono prevedere check con valore in tab specifica istanze ODL + completare con interazione campi richiesti!!! --> i campi richiesti devono prevedere check con valore in tab specifica istanze ODL
diff --git a/MP-TAB/WebUserControls/cmp_ST_objView.ascx.cs b/MP-TAB/WebUserControls/cmp_ST_objView.ascx.cs index ecea8b7a..9aeb0426 100644 --- a/MP-TAB/WebUserControls/cmp_ST_objView.ascx.cs +++ b/MP-TAB/WebUserControls/cmp_ST_objView.ascx.cs @@ -18,6 +18,7 @@ namespace MoonProTablet.WebUserControls set { hfType.Value = value.Trim(); + fixDisplay(); } } public string dataLabel @@ -44,7 +45,6 @@ namespace MoonProTablet.WebUserControls } protected void Page_Load(object sender, EventArgs e) { - fixDisplay(); } private void fixDisplay()