Sunshine

Sunshine

  • NA
  • 201
  • 25.1k

Advice on Partial view

Dec 16 2017 6:36 AM
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

Answers (1)