Question: add courses.aspx: 1. If the page is requested before successful login, the user will be directed to login.aspx. 2 Right after page is loaded, all

add courses.aspx: 1. If the page is requested before successful login, the user will be directed to login.aspx. 2 Right after page is loaded, all the courses in the course table are loaded into a DropDownList Co And a list box (ListBox1) displaying the student registered courses. 3. The page contains two Buttons (Button1 and Button2) that work as follows: a. Button1 allows the student to add the selected course in the DropDownList to a list of type Cout implement a course class with the following attributes cno, cname and ers). The selected course should added to ListBox1. b. ListBox1 should not contain any duplicate courses, C. Button2 is used to store delete the selected course from the list box
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
