Multiple choice technology web technology

Choose important functionalities provided by Memberiship and Role Management model.

  1. Login Control

  2. RemoveUser

  3. ChangePassword

  4. passwordRecovery

Reveal answer Fill a bubble to check yourself
A,C,D Correct answer
Explanation

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.