Example #1
0
        protected void GetUserList()
        {
            List <ExtendedUserData> usrs = theSite.GetMappedUsers();

            GeneralUtilities.BindDataBoundControl(gvUsers, usrs);

            if (usrs.Count < 1)
            {
                btnRemove.Visible = false;
            }
        }