Update x visualizzazione avanzamento LOAD
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user