<%=Html.TextAreaFor(m => m.ReasonforChange, new {@ID="Reason",@class = "ReasonValidate textAreaComment", @placeholder = "Reason for Change", style = "width:120px;height:28px" })%>
If i Set @MaxLength="500" in new
new {@ID="Reason",@maxLength="500"}
it s not working
Go to the complete details ...