SyntaxFix
Write A Post
Hire A Developer
Questions
A simple answer is to use @Html.TextboxFor but place it in a div that is hidden with style. Example: In View:
<div style="display:none"> @Html.TextboxFor(x=>x.CRN) </div>