Advice on Partial View
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am creating an Asp.Net MVC5 application where I have two areas called Teacher and Parent. I want to display a Child's home page based on the area, that is, both the teacher and parent have their own page layout. I can pull the child data using json. How can display it as a partial view in both parent and teacher home page? Thanks