Purchase Solution

Design an online class registration application

Not what you're looking for?

Ask Custom Question

In this assignment, you will design an online class registration application. There will be two types of users: students and administrators.

A database will store the student's login name, class list, and number of registered credits. Furthermore, the database will store the administrator's login information and the classes listed in the online catalog. Add error handling to the application when appropriate.

Students will have the following capabilities:

1. Create an online account. The registration form should require the student to create a password.

2. Log on to the application with a login form. If users attempt to view the secure pages without successfully logging onto the application, they are taken directly to the login page.

3. View a form that lists all the departments in the school in alphabetical order.

4. Select a department and view all courses in that area. Each listing should include a one-line description of the course, the number of credits, the number of openings, and the total number of students allowed in the course. If a course is open, the student should be able to add the class by pressing a button unless they are already registered for 16 credits.

5. View all their classes. They should have the option of viewing their classes in alphabetical or sorted by department.

6. Remove a course from their schedule.

7. Delete their account if they are not registered for any classes.

Administrators will have the following capabilities:

1. Log on to the application.

2. Add departments to the database.

3. Add classes to the database. The administrator must state the department name when adding a new class. They can only use departments already in the database.

4. Delete a class if there are no register users.

5. Delete a department if there are no classes in that area.

6. View a list of all registered students, sorted by last name. The list should display the number of registered classes for each student.

7. Delete a student's account if they are not registered for a class.

Furthermore, create a Master Page that will be used for the forms viewed by the students. Create another Master Page that will be used for the forms viewed by the administrators.

This is a Visual Basic.NET Project with a solution, forms and a database.

Purchase this Solution

Solution Preview

Please see the attached files.

Created Master pages for both administrators and ...

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

C# variables and classes

This quiz contains questions about C# classes and variables.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

C++ Operators

This quiz tests a student's knowledge about C++ operators.