Student registration system
• I want a simple registration system for students use C# asp.net
• For the database, use MySQL Workbench
• The website users are (students, admin and teachers)
• The main page should contain banner of ( home, register, Login) <leave home page empty I will deal with it later.
• In login:
o First if you can make the login page pop like this it will be good if you cant it alright ok !
[login to view URL]
o Use radiobutton to specific weather it’s a admin or student
o It should only take id and password don’t put remember me checkbox or forget password ok
o The banner must change according to the logged in user
If student loggedin banner should contain (home , profile, courseRegistration, logout)< time table if you can if there is no courses registered note will appear that says ("no courses are available yet")
If admin is logged in banner should contain (home , profile, add course, logout)
If admin didn’t upload any course student cant register in any course
If teacher is logged in banner should contain (home , profile, courses registered , logout) <the teacher courses will be added via the admin as well if there is no courses registered note will appear that says ("no courses are available yet")
• In registration ask for ( first name , last name , password without confirmation ok , email, phone , address, gender using radiobutton, birthday using calendar) and anything you see it important you can add it
• For database use grid view from this link ]
• [login to view URL]