Question
web programming asp.net main.aspx: 1. The main.aspx will ONLY be displayed after the user enters a valid ID and password. Otherwise, the user/student is forwarded
web programming asp.net
main.aspx:
1. The main.aspx will ONLY be displayed after the user enters a valid ID and password. Otherwise, the user/student is forwarded to login.aspx.
2. Student name and grade are displayed on the top of the page (using a label) right after the page is loaded. In addition, registered courses of the logged-in student are displayed in a list box.
3. The main page contains three buttons; Button1, Button2 and Button3 that works as follows:
a. Button1 is used to delete the selected course (in list box) from the list box only (not from the database).
b. Button2 is used to register a new course to the list of student courses. It directs the user to another page named add_courses.aspx.
c. Button3 is used to end user session (logout).
Step by Step Solution
3.59 Rating (153 Votes )
There are 3 Steps involved in it
Step: 1
Here I am attaching all the code of the aspxcs pages since there is no option to attach all the files as zip Loginaspxcs using System using SystemCollections using SystemConfiguration using SystemData ...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started