<div class="editor-field"> @Html.TextAreaFor(model => model.Comments) @Html.ValidationMessageFor(model => model.Comments) </div> <script type="text/javascript"> $(function () { $("#Comments").html("default value"); }); </script>
<div class="editor-field"> @Html.TextAreaFor(model => model.Comments) @Html.ValidationMessageFor(model => model.Comments) </div> <script type="text/javascript"> $(function () { $("#Comments").html("default value"); }); </script>