set default value in textbox html code example Example: html.textboxfor add default value @Html.TextBoxFor(x => x.Age, new { @Value = "0"})