I want Fix Menu on Left Side and Right Side Content Change on Menu Option Click in asp.net MVC
when I clicked on any menu option it displays content at the end of the page but I want content will be display on right side
here is my code
- "en">
- "utf-8" />
- "viewport" content="width=device-width, initial-scale=1.0">
@ViewBag.Title - My Restaurant - "stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
- "~/Content/Site-Master.css" rel="stylesheet" />
- ="navbar navbar-inverse">
- class="container-fluid">class="collapse navbar-collapse" id="myNavbar">
- class
- @Html.ActionLink("LogOut", "LogOut")
- class="container-fluid text-center" style="height: 700px;">class="row content">"leftPane" class="col-sm-2 sidenav" style="height:700px;width:250px;">
@Html.ActionLink("Category", "GetCatDetails")
@Html.ActionLink("Item Menu", "GetItemDetails")
@Html.ActionLink("Employee Master", "GetEmpDetails")
@Html.ActionLink("Add User", "GetUserDetails")
"rightPane">class="col-sm-10 text-left">- @RenderBody()

Sachin SinghPosted Dec 15, 2020, 10:43 PM
class
="nav navbar-nav navbar-right">@Html.ActionLink("Category", "GetCatDetails")
@Html.ActionLink("Item Menu", "GetItemDetails")
@Html.ActionLink("Employee Master", "GetEmpDetails")
@Html.ActionLink("Add User", "GetUserDetails")
Mageshwaran RPosted Dec 16, 2020, 1:06 AM