YosrJ
YosrJ

Reputation: 121

Left side menu /partial view

What is the best approach to take to create a page with a right side that contains details according to selected menuitem on the left side.

We put the leftside in a partialview or directly in a menu ? (the right side will be partialview that the content will change

Upvotes: 2

Views: 1293

Answers (1)

Murat Yıldız
Murat Yıldız

Reputation: 12022

If the leftside is used for all pages then you can create it in _Layout page, but it is better to use it as partialview as shown on the attached image below:

enter image description here

Upvotes: 3

Related Questions