COmpletato fix comportamento update statistiche in modifica
This commit is contained in:
@@ -252,26 +252,6 @@ namespace MP_ADM.WebUserControls
|
||||
setPromAttivabili(true);
|
||||
}
|
||||
|
||||
#if false
|
||||
/// <summary>
|
||||
/// elimina commento
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void lbtDel_Click(object sender, EventArgs e)
|
||||
{
|
||||
LinkButton imgBtn = (LinkButton)sender;
|
||||
int IdxProm = 0;
|
||||
int.TryParse(imgBtn.CommandArgument, out IdxProm);
|
||||
if (IdxProm > 0)
|
||||
{
|
||||
DataLayerObj.taPromOut.deleteQuery(IdxProm);
|
||||
}
|
||||
doUpdate();
|
||||
raiseNewVal();
|
||||
}
|
||||
#endif
|
||||
|
||||
protected void lbtDisattiva_Click(object sender, EventArgs e)
|
||||
{
|
||||
setPromAttivabili(false);
|
||||
|
||||
@@ -174,7 +174,7 @@ namespace MP_ADM.WebUserControls
|
||||
grView.SelectedIndex = -1;
|
||||
grView.DataBind();
|
||||
// segnalo update
|
||||
raiseSelNew();
|
||||
raiseNewVal();
|
||||
}
|
||||
|
||||
private void toggleVisibility()
|
||||
|
||||
@@ -230,6 +230,7 @@ namespace MP_ADM.WebUserControls
|
||||
public void doUpdate()
|
||||
{
|
||||
frmView.DataBind();
|
||||
cmp_planStats_Mac.doUpdate();
|
||||
}
|
||||
|
||||
public string showData(object valOre, object valNum)
|
||||
|
||||
@@ -86,6 +86,11 @@ namespace MP_ADM.WebUserControls
|
||||
grView.DataBind();
|
||||
}
|
||||
|
||||
public void doUpdate()
|
||||
{
|
||||
grView.DataBind();
|
||||
}
|
||||
|
||||
#endregion Public Methods
|
||||
}
|
||||
}
|
||||
@@ -86,6 +86,11 @@ namespace MP_ADM.WebUserControls
|
||||
grView.DataBind();
|
||||
}
|
||||
|
||||
public void doUpdate()
|
||||
{
|
||||
grView.DataBind();
|
||||
}
|
||||
|
||||
#endregion Public Methods
|
||||
}
|
||||
}
|
||||
@@ -74,6 +74,11 @@ namespace MP_ADM.WebUserControls
|
||||
grView.DataBind();
|
||||
}
|
||||
|
||||
public void doUpdate()
|
||||
{
|
||||
grView.DataBind();
|
||||
}
|
||||
|
||||
#endregion Public Methods
|
||||
}
|
||||
}
|
||||
@@ -86,6 +86,11 @@ namespace MP_ADM.WebUserControls
|
||||
grView.DataBind();
|
||||
}
|
||||
|
||||
public void doUpdate()
|
||||
{
|
||||
grView.DataBind();
|
||||
}
|
||||
|
||||
#endregion Public Methods
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user