/EMS

Employee Management System: A web app utilizing jQuery, AJAX, C#, and ASP.NET MVC for adding and displaying employee details with search functionality. Designed for ease of use and efficient employee management.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Employee Management System

Overview

The Employee Management System is a web application built using jQuery,AJAX, HTML, CSS, C#, .NET, ASP.NET, and MVC architecture. It provides functionalities to add new employees and display employee details with search capabilities.

Features

  • Add new employees with details such as name, employee id, contact number, email id, etc.
  • Display employee details on a separate page with search functionality.
  • Utilizes jQuery and AJAX for enhanced user experience.

Prerequisites

  • Visual Studio 2022
  • SQL Server Management Studio

Getting Started

  1. Clone the repository to your local machine.
  2. Open the project in Visual Studio.
  3. Open SQL Server Management Studio and execute the EMS.sql script.
  4. Configure the database connection string in the web.config file.
  5. Build and run the project in Visual Studio.

Usage

  • To add a new employee:

    • Navigate to the "Home" page.
    • Fill in the required details in the form and submit.
    • Upon successful submission, the employee will be added to the database with message pop up.
  • To view employee details:

    • Navigate to the "Employee Details" page.
    • Use the search functionality to find specific employees based on criteria such as name, employee id, email id etc.
    • The employee details will be displayed on the page.

Screenshots

Nav Bar

image

Add employees

image

Display employees details

image