What are ASP.NET security controls?
By Shoaib Khan   Posted on October-08-2022 291
General
-
<asp: Login>: Provides a login capability that enables the users to enter their credentials.
-
<asp: LoginName>: Allows you to display the name of the logged-in user.
-
<asp: LoginStatus>: Displays if the user is authenticated or not.
-
<asp: LoginView>: provides various login views depending on the template that has been selected.
-
<asp: PasswordRecovery>: Emails the users the lost passwords.
By   08-Oct-2022
Views 291