Saving Many to Many relationship data on MVC Create view
Saving Many to Many relationship data on MVC Create view
I have some issues with a Many-to-many relationship saving the results of a create view.
I want to do a create page for a new user profile that has a checklist that lets them choose courses (many to many relationship). My view takes the records from the Courses database and shows them all with checkboxes.
Once the user posts the data, I want to update my userprofile model, and also the coursesm…
View On WordPress












