Flame Brand College

Javascript

CSS

HTML

API

Login Functionality

The user has to login or register, if they do not have a previous account. Once registered, the application automatically takes the user to the main page where they can edit student information. When it comes to logging in, if your username or password is incorrect it will provide a message informing the user of incorrect credentials.

CRUD Functions

Once logged in, the user can update information, delete users and add new students. The update function works via using the double click event so that all the information on the selected user is extracted and can be edited to the user’s liking. Additionally there is a search function that works via the student’s name.

Database and File Structure

This application is a multitiered application with 3 layers: Presentation, Business and Data Access. The data storage used is a relational, MS SQL database and the application uses the SQLClient to make changes during runtime.