Beispiel #1
0
 private void EditGroupDialog1_ItemUpdated(object sender, PersistentItemEventArgs e)
 {
     _ManagableGroups    = SecurityUtility.GetManagableGroups();
     GroupGrid.EditIndex = -1;
     GroupGrid.DataBind();
     AddPanel.Visible  = true;
     EditPanel.Visible = false;
     AddEditAjax.Update();
     GroupAjax.Update();
 }
Beispiel #2
0
 private void AddGroupDialog1_ItemAdded(object sender, PersistentItemEventArgs e)
 {
     _ManagableGroups = SecurityUtility.GetManagableGroups();
     GroupGrid.DataBind();
     GroupAjax.Update();
 }