Home > front end >  How to edit item?
How to edit item?

Time:03-20

I want to edit a week Work plan, every day there are a number of tasks, set several tasks assigned to a few employees, I use code first and aspnetcore5.0 razor, User Models, Work, WorkUser, during which the relationship should be easy to know that the problem is that each Work need to specify more than one User to do, this option the User how the editor WorkUser table page programming? Is the parent page provides the Work Id, child pages need to select the User to add WorkUser,

CodePudding user response:

Have to solve this problem, use the foreach, want to use for here,
  •  Tags:  
  • ASP
  • Related