3
Answers

insert record into multiple table using mvc

someone please help me to resolve the problem.
i want to insert record on multiple table using database first approach using mvc5
 
description :
i have two table like student -st_id ,st_name
and class-class_id ,st_id and class_name 
 

Answers (3)