You work as a Web Application Developer for ABC Inc. The company uses Visual Studio
.NET as its application development platform. You create a Web application using .NET Framework 2.0. The application is for members only. The behavior of the Web application varies according to the role of the user. The Web application uses the ASP.NET Membership control for creation of user accounts. You are required to find out whether a user is a member of a specific role. What will you do?
Select an option, then click Submit answer.
-
○
Pass the role names to the User.IsInRole method.
-
○
Pass the user names and passwords to the Membership.ValidateUser method.
-
○
Pass the role names to the Roles.RoleExists method.
-
○
Pass the user names to the User.IsUserInRole method.