Google News
logo
ASP.NET - Interview Questions
Describe login Controls in ASP?
The ASP.NET supports a robust login controls for web-based application which does not require any program coding. These login controls coordinate with ASP.NET participation and forms authentication to help automated client verification for a server webpage. By default, the ASP.NET login controls work in plain text over HTTP. The ASP.NET supports different types of Login Controls like:
 
* Login Control
* LoginView Control
* LoginStatus Control
* LoginName Control
* PasswordRecovery Control
* CreateUserWizard Control
* ChangePassword Control
Advertisement