<%=Html.TextBox("polNum",null, new {maxlength=10}) %>
@Html.TextBoxFor(model => model.homePostalCode, new { maxlength = 7 })
No comments:
Post a Comment