ASP.NET(vb.net) & Login Overview - The Login control displays a user interface for user authentication. The Login control contains text boxes for the user name and password and a check box that allows users to indicate whether they want the server to store their identity using ASP.NET membership and automatically be authenticated the next time they visit the site.
ShotDev Focus:
- ASP.NET(vb.net) Login Control
Example the CreateUserWizard control adds the new user to the ASP.NET membership system.
Screenshot
Create New Project -> Web Site or ASP.NET Web Site
Create New Project
Click ASP.NET Configuration.
Click Security
Select authentication type.
Choose Form the internet and Click Done.
Create user. for create new useror member.
Input a information for new account.
.
.
.
Others related articles.
ASP.NET(vb.net) & Login
ASP.NET(vb.net) & LoginView
ASP.NET(vb.net) & PasswordRecovery
ASP.NET(vb.net) & LoginStatus
ASP.NET(vb.net) & LoginName
ASP.NET(vb.net) & CreateUserWizard
ASP.NET(vb.net) & ChangePassword
1sampson…
…