Aggiunto refresh iniziale

This commit is contained in:
Samuele Locatelli
2021-07-27 10:59:56 +02:00
parent b3184badac
commit 33bc68d712
@@ -126,6 +126,10 @@ namespace NKC_WF.WebUserControls
hfMachine.Value = currMachine;
checkVisibility();
lbtReset.DataBind();
if (!Page.IsPostBack)
{
doUpdate();
}
}
protected void timerLoad_Tick(object sender, EventArgs e)