Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

How to implement Two basics uses for the Asp.net Login control 2.0 (login and RememberMe)

0.00/5 (No votes)
23 Nov 2006 3  
This article will show you how to implement two basics uses of the ASP.NET Login control (2.0), The login task itself to validate the users who�s trying to access your web site. In addition i will show how to implement the REMEMBERME process using cookies to save the user name inside the user PC

Sample Image - LoginControl1.gif

Introduction

LoginControl is a simple and free Windows Forms component written in C#. The text displayed by the form can be customized via properties. The verification of Username and Password can be performed by the component itself or by the host application.

Just compile the project and add logincontrol.dll to your Toolbar. After adding the control to your form you are able to change the properties to whatever you like the component to display.

Hints? Ideas? Corrections? Feel free to email me any time.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here