I have a textbox that I am defining as
<%= Html.TextBox(\"Username\", Model.Form.Username, new { @class = \"textbox\", @disabled = \"disabled\" }
@readonly = true does not work on my page. I did additional research. Here is the article that explains it
ReadOnly attribute doesn't work in ASP.NET MVC Models