Question: Write a C# .NET Windows Forms application that will keep track of student course registration. You must use Exception Handling. [2 marks will be

Write a C# .NET Windows Forms application that will keep track of student course registration. You must use D) When user selects program - Programmer (using radio buttons), then Combo Box should be populated with the

Write a C# .NET Windows Forms application that will keep track of student course registration. You must use Exception Handling. [2 marks will be deducted] A) GUI (with Title - Course Registration Form) should be as shown in the screen shot below. [15 marks] Course Registration Form Student Information NAME: ADDRESS: Email: Phone: Name DISPLAY E-mail Program Information: O Programmer Analyst List of Courses: Program Name Mode Mode: O Full Time O Part Time Selected List of Courses displayed here. Clear Courses X Selected Courses B) The student will enter name, address, e-mail, phone number in text box controls. All of them are mandatory. [5 marks] C) The student's program (Programmer or Analyst) will be selected from two radio buttons and mode (full time or part time) should be selected from Mode [5 marks] The Combo Box should display the lists of courses from each program. D) When user selects program - Programmer (using radio buttons), then Combo Box should be populated with the list of courses from Programmer program (List of courses: CSharp, Java and Web Programming and Databases) [5 marks] E) When user selects program - Analyst (using radio buttons), then Combo Box should be populated with the list of courses from Analyst Program (List of courses: Advance Programming, Computer Fundamentals and Software Engineering) [5 marks] F) Student selects courses from combo box and they are added to the list box control. Whenever the student selects a course from the combo box control (populated with list of courses based on the selection of radio buttons), it must be added to the list box. Make sure that the user cannot add a course more than once. Also, you can only select courses based on the program selection [5 marks] G) All the information about the student will be displayed in a multiline text box when user clicks the Display button. Display name, e-mail, program name, mode and names of courses in the list box. There must be minimum one course selected in the list box, if not then it should display the error pop up dialog/message box. Provide the titles/headers for the data that will be displayed in the text box, in a tabulated manner. [10 marks]

Step by Step Solution

3.30 Rating (150 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Source code Coursecs File namespace StudentAdminApp class Course Create a class course with the following private fields a private string courseName private int grade Constructor public Coursestring c... 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!