Entity_Framework Project (Employee registration, dynamic post dropdown, stored-procedure-based reporting, search, Radio Button and pagination, edit/update, and delete functionality)
Project Summary
Project is an Employee Management System built using ASP.NET MVC with the following features:
1️⃣ Employee Registration
- Add and update employee details
- Auto-generate employee codes (EMP001, EMP002…)
- Validations applied for all fields
- Stores post, DOB, DOJ, and contact details
2️⃣ Post Dropdown
- Retrieves post data from the EFT_PostMaster table
- Used in both Add and Edit forms
3️⃣ Employee Report (List Page)
- Displays employee data using Stored Procedure (SpEmployee)
- Shows PostName from joined table
- Supports search and pagination (10 records per page)
- Edit and delete options available
4️⃣ Pagination
- Dynamic page navigation
- Calculates current and total pages
5️⃣ Delete Functionality
- Deletes employee by ID using Entity Framework
6️⃣ Partial View for Editing
- Loads employee data for edit in same view
7️⃣ Stored Procedure Integration
- Data is fetched using SpEmployee()
- SP returns employee + post information
Coding Section:
Sql Code:
Employee No Auto Generation Code:
Employee No Auto Generation Code:
Comments
Post a Comment