Fix update control

This commit is contained in:
Samuele E. Locatelli
2020-07-10 08:07:55 +02:00
parent 2dc63b83e3
commit 55f4d8ba79
2 changed files with 2 additions and 3 deletions
@@ -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()