I have create wizard control. User will enter user name, email and password to register. Then they need to login after register.After user hit login button, there will be a textbox for user to insert their registered email before. They will only redirected to Home page if their email is matched with their registered email. If not, they need to re-type the email again. How to do that?
Share
The query below will return 1 if it finds a match, otherwise it will return zero.
Passwordis not included since you’ve mentioned that it is already on the second page (meaning the user successfully entered correct username and password)