<style type="text/css"> #dob { 6em; } </style> @using (Html.BeginForm()) { Enter date: @Html.EditorFor(m => m.DateOfBirth, null, "dob", null) }
http://www.bbsmvc.com/mvclearn/thread-363-1-1.html
<style type="text/css"> #dob { 6em; } </style> @using (Html.BeginForm()) { Enter date: @Html.EditorFor(m => m.DateOfBirth, null, "dob", null) }
http://www.bbsmvc.com/mvclearn/thread-363-1-1.html