Skip to content
Loading
Fix Menu on Left Side and Right Side Content Change on Menu Option Cli  
  • "rightPane">  
  •   
  • class="col-sm-10 text-left">  
  • @RenderBody()  
  •   
  •   
  •   
  • "~/Scripts/jquery-1.10.2.min.js">  
  • "~/Scripts/bootstrap.min.js">  
  •   
  •   
  • 2 Replies

    Know the answer? Post it — somebody with the same question will find it here.

        
  •                 
  •             
  •         
  •     class="container-fluid text-center" style="height: 700px;">    
  •         class="row">    
  •             class="col-md-2">    
  •                

    @Html.ActionLink("Category""GetCatDetails"

       
  •                 

    @Html.ActionLink("Item Menu""GetItemDetails"

         
  •                 

    @Html.ActionLink("Employee Master""GetEmpDetails")

         
  •                 

    @Html.ActionLink("Add User""GetUserDetails")

        
  •                 
  •                 
  •             class="col-md-10">    
  •                    
  •                     @RenderBody()    
  •                    
  •                  
  •                 
  •             
  •         
  •     "~/Scripts/jquery-1.10.2.min.js">    
  •     "~/Scripts/bootstrap.min.js">    
  •     
  •    
  •  
  • Mageshwaran R
    Hi Ritu,
    Try this code,
     
    1. <div class="col-12 text-right">  
    2.             @RenderBody()    
    3.         div>