Membership controls in ASP.NET 2.0 include Login (authenticate users), ChangePassword (modify password), and PasswordRecovery (reset forgotten passwords). RemoveUser is not a control - it's a method available through the Membership API, but there's no visual control named RemoveUser.