aspdotnetuser
Programmer
Hi,
I have an existing website which already has a login box - I know how to do this in PHP easily but ASP.NET is alot different and I'm guessing it should be easier to do?
So far I have a link next to the login box which says 'Forgtten your login details?' when the user clicks on the link it takes them to the forgetdetails.aspx page. I have a textbox which the user is required to enter their emailaddress and a button.
Should the SQL code used to retrieve the userid and password be executed when the button is clicked? Or is there a more advanced way of doing this in ASP.NET?
I have an existing website which already has a login box - I know how to do this in PHP easily but ASP.NET is alot different and I'm guessing it should be easier to do?
So far I have a link next to the login box which says 'Forgtten your login details?' when the user clicks on the link it takes them to the forgetdetails.aspx page. I have a textbox which the user is required to enter their emailaddress and a button.
Should the SQL code used to retrieve the userid and password be executed when the button is clicked? Or is there a more advanced way of doing this in ASP.NET?