Moderate

In ASP.NET in form page the object which contains the user name is ________________?

Correct answer: C. Page.User.Identity

  • A. Page.User.IsInRole
  • B. Page.User.Name
  • C. Page.User.Identity
  • D. None of these

Explanation

Page.User.Identity represents the authenticated user's identity and exposes the user name through its Name property. IsInRole checks membership in a role, so it does not contain the name itself.

Last updated

Practise Web and Mobile Development

268 free Web and Mobile Development MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions