Hi guys,
I am in the process of creating a login form in ASP.Net and I have not written any code for it yet bcos I dont know how to go about doing it.In the past I have created basic login forms in ASP.net by redirecting them to a page if the login was successful or display them a failed message in a label control if it was a invalid login. Now Im thinking of
- Displaying the failed message in a jQuery modal popup
- In the same popup provide a textbox control asking them to put their email address and a button to send an email to the admin asking for their password,then display a message in a label control saying the email has been sent to the admin.
If anyone knows of any tutorials or articles explaining how to do this ,please let me know.Im also googling for steps to execute this.
Thank You