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

1 Expert Approved Answer
Step: 1 Unlock

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 ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!