I could have used
@Html.HiddenFor(x=> ViewData[\"crn\"])
but, I get,
Simple way
@{ Model.CRN = ViewBag.CRN; } @Html.HiddenFor(x => x.CRN)