Skip to content
Loading
Is it Possible to create Non-editable ASP.NET MVC Layout?
  1. <div class="row">   
  2.      @Html.LoginStatus("myClass")  
  3. div>   
  • Manojkumar P
    Manas Mohapatra thanks for your answer. But it doesn't exactly meet my need. i have created a .css file inside that i have set a properties for text box, button and so on. i'm using that control in layout as well as in .cshtml page. when i give some task to my team to modify in view page they are changing in layout and .css file. so it affect other design pages. Can you help me ofcontrolling this issue.