here I am entering different post based on the district selected from drop down list . The DistrictID is Foreign key and will save the pincode and names to the corresponding district in table
The third table is AgentPostMapping
Here the PostId is not foreign key and I need to save the selected or checked items in checkbox as interger to this postId. This is the part where Iam trouble in doing.
controller
This is my controller part And I didn't write the code in [HttpPost]. Can anyone please help me to write code to save to db.
view(create)