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.
- 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.
- Visual Studio 2022
- SQL Server Management Studio
- Clone the repository to your local machine.
- Open the project in Visual Studio.
- Open SQL Server Management Studio and execute the EMS.sql script.
- Configure the database connection string in the web.config file.
- Build and run the project in Visual Studio.
-
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.