Update x visualizzazione avanzamento LOAD

This commit is contained in:
Samuele E. Locatelli
2019-09-23 20:05:04 +02:00
parent 04850159a8
commit 17e0fa7d15
11 changed files with 260 additions and 80 deletions
@@ -26,7 +26,8 @@ namespace NKC_WF.WebUserControls
public void doUpdate()
{
frmView.DataBind();
frmViewCurr.DataBind();
frmViewNext.DataBind();
}
public int StackIdReq
@@ -34,7 +35,7 @@ namespace NKC_WF.WebUserControls
get
{
int answ = 0;
int.TryParse(frmView.SelectedValue.ToString(), out answ);
int.TryParse(frmViewNext.SelectedValue.ToString(), out answ);
return answ;
}
}