public void RebindData() { Globals.IsBusy = true; _currentOrgId = Globals.UserLogin.UserOrganisationId; ResetControlStatus(); ucInformation.InfoMessage = ResourceHelper.GetReourceValue("UserAccount_NewRecord"); DataServiceHelper.ListSiteGroupAsync(Globals.UserLogin.UserOrganisationId, null, ListSiteGroupCompleted); }
private void RebindUserList() { Globals.IsBusy = true; DataServiceHelper.ListSiteGroupAsync(Globals.UserLogin.UserOrganisationId, null, ListSiteGroupCompleted); }