I need to Store multiple Skills (which is coming from Skill Table dynamically) in Skill Column in Employee Table
In ASP.NET Core 8 MVC, rest of the form is perfect but having issue in ‘Skill’ Column in “Employee” table. I want to store a multiple skills using checkbox while submitting Employee form.
Error Message while submitting: SqlException: Invalid object name ‘EmployeeSkills’.