update checkadd
This commit is contained in:
@@ -30,7 +30,15 @@ namespace PUB.WebUserContols
|
||||
cmp_numRow.eh_newNum += Cmp_numRow_eh_newNum;
|
||||
mod_ER_selCondominio.eh_selected += Mod_ER_selCondominio_eh_selected;
|
||||
checkAuth();
|
||||
checkAdd();
|
||||
}
|
||||
|
||||
private void checkAdd()
|
||||
{
|
||||
// controllo se mostrare add perché ho condominio + enable add..
|
||||
lbtAdd.Visible = (enableAdd && ddlAmmin.SelectedValue != "0");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// verifica autorizzaizoni (PBO / PAM...)
|
||||
/// </summary>
|
||||
@@ -74,8 +82,6 @@ namespace PUB.WebUserContols
|
||||
}
|
||||
public void doUpdate()
|
||||
{
|
||||
// controllo se mostrare add perché ho condominio + enable add..
|
||||
lbtAdd.Visible = (enableAdd && ddlAmmin.SelectedValue != "0");
|
||||
grView.DataBind();
|
||||
}
|
||||
public int idxCond
|
||||
|
||||
Reference in New Issue
Block a user