Question: Create an ASP.net LOGIN web Form that takes these inputs: Username, Password, two buttons (Login and Register), and a Forgot your password link The Register
Create an ASP.net LOGIN web Form that takes these inputs:
Username, Password, two buttons (Login and Register), and a Forgot your password link
The Register button on the login page takes you to a Registration web page which also takes these inputs:
Firstname, Lastname, Address, Email, Password, Confirm Password, a checkbox that says("I agree to the terms of service ") and two buttons Register and Cancel.
Check all validations, Error messages and input checking on both two web pages ( LOGIN & REGISTRATION)
(Code should be in C# Language Thanks)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
